Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVPROD-834: Update docs for metadata links #7423

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs/Project-Configuration/Project-and-Distro-Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,14 +496,16 @@ Options:

### Metadata Links

Customize additional links to specify for your project under the Plugins section
of the project page, by specifying a link and title.
Customize additional links to show on patch metadata under the Plugins section
of the project page. Projects can specify a maximum of 5 different metadata links.

Special Fields:
* `{version_id}` -- if this is included in the metadata link, we will sub in the ID when rendering the link

This may also be added to individual tasks using `metadata_links`
for [task annotations](https://docs.devprod.prod.corp.mongodb.com/evergreen/API/REST-V2-Usage#task-annotations).
- `{requesters}` — defines what kind of patches to show the metadata link on (e.g. only show the link on periodic builds)
- `{version_id}` — if this is included in the metadata link, we will sub in the ID when rendering the link

This may also be added to individual tasks using `metadata_links`
for [task annotations](https://docs.devprod.prod.corp.mongodb.com/evergreen/API/REST-V2-Usage#task-annotations).


## Distro Settings
Expand Down