Editing issue links
You can link issues to other issues to group multiple issues based on a common topic or set the issue hierarchy.
The number of links per issue is unlimited. The list of related issues is shown under the issue description.
You can also link issues and repository commits.
Note
Issue links are created automatically when an issue key is entered into the issue's description or comment body.
Adding a link
Create links with other issues:
-
Under the issue description, click Add link.
-
Select a relevant link type and create a link:
-
To create an issue, click the New issue tab. Give your issue a name and press Enter.
-
If the issue already exists, click Existing issue, specify the issue key or name, and select the issue from the list. You can find the key on the issue page, under the title (for example,
TEST-1234
).
-
To add a link to multiple issues, use bulk operations.
Creating a sub-issue
You can break down your complex issues into simpler sub-issues and track their resolution separately. After creating a sub-issue, you can change the link type.
To create a sub-issue:
-
Open the issue page to create a sub-issue for.
-
In the top-right corner, select Actions → Add sub-issue.
-
Fill in the fields the same way as when creating a new issue.
-
Click Create issue. You will see a link to the parent issue at the top of the page above the sub-issue name.
Changing the link type
To change an issue's link type:
-
Open the page of one of the two linked issues.
-
In the Related list under the issue description, select the link whose type you want to change.
-
Next to the linked issue, tap
→ Change link type and choose a new type.
Removing a link
To remove an issue's link:
-
Open the page of one of the two linked issues.
-
In the Related list under the issue description, select the link you want to remove.
-
Next to the linked issue, click
→ Remove link.
Creating a sub-issue from an issue
You can make your issue a part of a larger (parent) issue:
-
In the top-right corner, select Actions → Convert to sub-issue.
-
Specify the key or name of the parent issue, then select it from the list. You can find the key on the issue page, under the title (for example,
TEST-1234
). -
Click Save.
Changing the parent issue
-
Open the sub-issue page.
-
In the top-right corner, select Actions → Convert to sub-issue.
-
Specify the key or name of the new parent issue, then select it from the list. You can find the key on the issue page, under the title (for example,
TEST-1234
). -
Click Save.
Removing the link to a parent issue
To remove the link to a parent issue:
-
Open the parent issue page.
-
In the Related list under the issue description, select the sub-issue the link to which you want to remove.
-
Next to the linked issue, click
→ Remove link.
Linking a commit to an issue
You can link an issue to a commit, provided its repository is linked to Tracker.
To link a commit to an issue, specify the issue key in the comment to the commit.
Note
Please note that it takes some time for a commit to get linked to an issue.
To view the linked commits, select Show the Commits tab in the queue settings. You can view the linked commits:
- In the Commits tab on the issue page.
- On the queue commits page. To switch to the commits page from the queue page, click
→ Commits in the top-right corner.