Info |
---|
|
- This routine is available starting with SIL Engine™ 1.0.
- This routine is available for Jira server and cloud deployment options.
|
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | subtasks(issuekey) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Get the list of sub tasks linked to the parent issue. |
Get the list of sub tasks linked to the parent issue.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issuekey | |
...
String | Yes | Key of the issue. |
|
Return
...
Type
string String []
Returns a list of issue keys that are subtasks of the specified issue.
Example
...
Examples
Code Block |
---|
//Subtasks of the issue "PRJ-32" are : PRJ-192,PRJ-193,PRJ-203.
subtasks("PRJ-32");
|
Returns: The list of the sub tasks linked to PRJ-32: |PRJ-192|PRJ-193|PRJ-203|
...
Returns: The list of the sub tasks linked to the the current issue issue in the form similar with the example above.
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jiraissue_search_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_search_routineroutines |
---|
|