This function returns a list of all sibling sub-tasks of the current issue.
In case the current issue is not a sub-task, an empty issue list will be returned.
Bash
siblingSubtasks() #Output: Issue list
Variant where you can specify an issue list to retrieve the sibling sub-tasks from.
Bash
siblingSubtasks(issueList) #Output: Issue list
Variant where you can specify a comma-separated list of issue keys to get the sibling sub-tasks from.
Bash
siblingSubtasks(issueKeys) #Output: Issue list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Set Due Date with latest value among sub-tasks |
|
||||
| Automatically close parent when all sub-tasks are done |
|
Transition issue action |