For the complete documentation index, see llms.txt. This page is also available as Markdown.

Linked releases

The Linked Releases section in the Request Release dialog
The Request Release dialog explains linked releases and, when the candidate has no work items, how to make them appear

In most projects a change to one domain is released on its own. Some changes span more than one domain — the same work item touches packages that belong to different domains — and those domains need to be released together for the work item to deploy fully.

codev detects this from work items. When the same work item appears in more than one domain's release candidate, those candidates are linked. The Request Release dialog surfaces the linked candidates so you can release the domains together.

When linked releases appear

Linked releases are computed from the work items on each candidate. A work item links two domains when it appears in a release candidate of each — which happens when commits that reference it are merged into packages belonging to different domains.

When you open Request Release on a candidate whose work items also appear in another domain's candidate, that domain's candidate is offered for selection alongside the one you are releasing. The indicative work items list marks each item:

  • Green — releasing this candidate fully deploys the work item.

  • Orange — releasing this candidate is a partial deployment; another domain still needs releasing for the work item to be complete.

  • A link marker — the work item is also on a release candidate in a different domain.

Selecting a linked candidate includes it in the same release request.

When there are no linked releases

The Request Release dialog always shows a Linked Releases section, which explains why nothing is linked in two cases.

  • No work items detected on this candidate. Linked releases are computed from work items, so a candidate with none cannot link to another domain. Work items are read from commit messages — a Jira key (SALES-301), a pull request reference (#123), or an Azure DevOps item (AB#123). For two domains to link, the same work item has to appear in a candidate of each. See Work items for the exact forms that are recognised.

  • Work items are present, but none appear in another domain. The change is contained to one domain, so there is nothing to link. This is expected for a single-domain release.

Managing Release CandidatesWork itemsRelease Candidates

Last updated

Was this helpful?