Page History
UI Text Box | ||||
---|---|---|---|---|
| ||||
This function returns the parent issue of current a given issue according to Advanced Roadmaps hierarchy, i.e., the issue which is immediately above in the hierarchy. In the case that the given issue is a sub-task, its parent issue will be returned. Advanced Roadmaps hierarchy includes:
Example: |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
parent() #Output: Issue list |
UI Expand | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
|
UI Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
This function returns an
|
UI Text Box | ||||
---|---|---|---|---|
| ||||
Variant where you additionally define issues. Duplicated issues are filtered from the output. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
parent(issueList) #Output: Issue list |
UI Expand | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
|
UI Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Parameters used in this function
|
UI Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
This function returns an
|
UI Text Box | ||||
---|---|---|---|---|
| ||||
Variant where you define issue keys instead. Duplicated issues are filtered from the output. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
parent(issueKeys) #Output: Issue list |
UI Expand | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
|
UI Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Parameters used in this function
|
UI Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
This function returns an
|
UI Text Box | ||
---|---|---|
| ||
To return the issues just under an issue within the Advanced Roadmaps hierarchy, you might want to have a look into the issuesUnder() function. To return all issues under an issue within the Advanced Roadmaps hierarchy, you might want to have a look into the allIssuesUnder() function. To return all issues having the same parent within the Advanced Roadmaps hierarchy, you might want to have a look into the siblingIssues() function. To return the parent of an issue within the Advanced Roadmaps hierarchy, you might want to have a look into the parent() function. To return all issues above an issue within the Advanced Roadmaps hierarchy, you might want to have a look into the issuesAbove() function. |
Use cases and examples
Page properties report | ||||||
---|---|---|---|---|---|---|
|
Page properties | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Function issuesUnder() should be used for retrieving children issues in level just under the given issues. Function allIssuesUnder() can be used for retrieving all children issues in any level below the given issues
|
Page properties | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||
|
Page properties | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
|