Forums

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

Jira query to get cards whose dependent cards are closed

Rijoy Pillai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 19, 2018

I have multiple projects with dependencies across each project.

e.g. Card 1 in Project 1 has dependency on Card 2 in Project 2.

 

Is there a way to query which cards in Project 1 is ready to be picked up as their dependent cards in Project 2 have been closed ?

This would be very helpful to manage dependencies and prioritisation.

1 comment

Comment

Log in or Sign up to comment
Carlos Garcia Navarro
Community Champion
January 8, 2019

Hi Rijoy,

You can try this: project = Project1 and issuetype = Story AND issueFunction in linkedIssuesOf("resolution != unresolved", "blocks")

(if the issuetype is different than story, or if you have more issuetypes you can use the in operator, e.g. issuetype in (Story,Task))

Hope it helps,

Carlos

TAGS
AUG Leaders

Atlassian Community Events