Linked issues (FREE)

The simple "relates to" relationship moved to GitLab Free in 13.4.

Linked issues are a bi-directional relationship between any two issues and appear in a block below the issue description. Issues can be across groups and projects.

The relationship only shows up in the UI if the user can see both issues. When you try to close an issue that has open blockers, a warning is displayed.

NOTE: To manage linked issues through our API, visit the issue links API documentation.

Add a linked issue

  • Introduced in GitLab 12.8.
  • Improved to warn when attempting to close an issue that is blocked by others in GitLab 13.0. When you try to close an issue with open blockers, you see a warning that you can dismiss.
  1. Link one issue to another by selecting the add linked issue button ({plus}) in the Linked issues section of an issue.

  2. Select the relationship the between the two issues. Either:

    • relates to
    • blocks (PREMIUM)
    • is blocked by (PREMIUM)
  3. Input the issue number or paste in the full URL of the issue.

    Adding a related issue

    Issues of the same project can be specified just by the reference number. Issues from a different project require additional information like the group and the project name. For example:

    • The same project: #44
    • The same group: project#44
    • Different group: group/project#44

    Valid references are added to a temporary list that you can review.

  4. When you have added all the linked issues, select Add.

When you have finished adding all linked issues, you can see them categorized so their relationships can be better understood visually.

Related issue block

You can also add a linked issue from a commit message or the description in another issue or MR. Learn more about crosslinking issues.

Remove a linked issue

In the Linked issues section of an issue, click the remove button ({close}) on the right-side of each issue token to remove.

Due to the bi-directional relationship, the relationship no longer appears in either issue.

Removing a related issue

Access our permissions page for more information.