related_issues.md 1,5 КБ
Newer Older
Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
1
# Related issues **(STARTER)**
Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
2

Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
3
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1797) in [GitLab Starter](https://about.gitlab.com/pricing/) 9.4.
Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

Related 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.

## Adding a related issue

You can relate one issue to another by clicking the related issues "+" button
in the header of the related issue block. Then, input the issue reference number
or paste in the full URL of the 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:

- same project: `#44`
Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
22
- same group: `project#44`
Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
- different group: `group/project#44`

Valid references will be added to a temporary list that you can review.
When ready, click the green "Add related issues" button to submit.

![Adding a related issue](img/related_issues_add.png)

## Removing a related issue

In the related issues block, click the "x" icon on the right-side of each issue
token that you wish to remove. Due to the bi-directional relationship, it
will no longer appear in either issue.

![Removing a related issue](img/related_issues_remove.png)

Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
38
Please access our [permissions](../../permissions.md) page for more information.
Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
39

Marcel Amirault's avatar
Marcel Amirault включено в состав коммита
40
Additionally, you are also able to manage related issues through [our API](../../../api/issue_links.md).