Jira query to get cards whose dependent cards are closed

Rijoy Pillai 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 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Carlos Garcia Navarro
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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