This function returns the list of issues linked to the specified issue(s), including Epic-Task links.
Syntax
linkedIssues() #Output: Issue list
An issue appears in the output as many times as it is linked to the current issue.
Function distinct() can be used to remove duplicated issues.
Variant where you additionally can define issue link types.
Syntax
linkedIssues(linkTypes) #Output: Issue list
Variant where you additionally define issues.
Syntax
linkedIssues(linkTypes, issueList) #Output: Issue list
Variant where you define issue keys instead of issues.
Syntax
linkedIssues(linkTypes, issueKeys) #Output: Issue list
Use cases and examples
Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
---|---|---|---|---|---|
Number of unresolved blocking issues | Number | ||||
Highest ranked custom field value among all linked issues | Text | ||||
Creation date of the linked epic | |||||
Ensure that all issues linked with a certain issue link type have "Due Date" field set | |||||
Block an Epic's transition depending on linked issues status and due date |