Forums

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

How to find Features which are dependent on another tasks which are not closed

Yatiraj Sharma
Contributor
November 30, 2022

I want to write a JQL which will give me all the Features which are dependent on other tasks (has link type as "depends on") which are not yet completed ?

1 answer

1 accepted

0 votes
Answer accepted
Yatiraj Sharma
Contributor
December 4, 2022

found the solution... 
project = ABC AND issuetype = Feature AND labels in ({your labels}) AND (issueFunction in linkedIssuesOf("status not in (Resolved, Done, Rejected)", "Impacts") OR issueFunction in linkedIssuesOf("status not in (Resolved, Done, Rejected)", "depends on")) AND component ={your component}

Suggest an answer

Log in or Sign up to answer