This function returns a list of issues that are directly or transitively linked to the current issue.
Transitively linked issues are issues which are indirectly linked to the current issue (e.g. which are linked to an issue which itself is linked to the current issue).
Bash
transitivelyLinkedIssues(linkTypes) #Output: Issue list
Variant where you additionally can define an issue list.
Bash
transitivelyLinkedIssues(linkTypes, issueList) #Output: Issue list
Variant where you define issue keys instead of an issue list.
Bash
transitivelyLinkedIssues(linkTypes, issueKeys) #Output: Issue list
📚 Use cases and examples
| Use case |
|---|
| No content found. |