Linked releases

When linked releases appear
When there are no linked releases
Related
Managing Release CandidatesWork itemsRelease CandidatesLast updated
Was this helpful?

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.
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.
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.
Last updated
Was this helpful?
Was this helpful?