This function returns the issue list of epics that are linked to a given set of issues.
If the specified issue is a sub-task, then the epic of its parent issue is returned. If specified issue is an epic itself, then current issue is returned.
Bash
epic() #Output: Issue list
Variant where you can specify an issue list from which the epics should retrieved from. The output may contain duplicates.
Bash
epic(issueList) #Output: Issue list
Variant where you define issue keys instead of an issue list.
Multiple issue keys are provided as a comma-separated list of issue keys. Duplicated issue keys are discarded. Output can contain duplicated issues.
Bash
epic(issueKeys) #Output: Issue list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Add components of the epic to the current issue |
|
||||
| Create issue under epic |
|
toString() epic() |