Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Show all other sub-tasks in sub-tasks based on parent

Oleksiy Ohmush March 21, 2019

Is it possible to use issue.function in same function? like

issueFunction in subtasksOf("r issueFunction in parentsOf("currentissue()")") ?

 

I try to show in Sub-task all other sub-task from same parent

1 answer

0 votes
Antoine Berry
Community Champion
March 22, 2019

Hi,

Are we talking about JQL only ? This request has been working fine with me : 

issueFunction in subtasksOf("issueFunction in parentsOf('key=ABC-123')")

Suggest an answer

Log in or Sign up to answer