The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL for missing initiative issue type

Scott Federman
April 28, 2023

Is there a JQL that would allow me to identify which issues (epics, stories) do not have an initiative type issue listed in the linked issues field?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Clark Everson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 28, 2023

Hi Scott,

This JQL should work, but keep in mind this will only work for epics because stories should be tied to epics

issuetype = Epic AND "Parent Link" is EMPTY

 

you can further restrict this to specific projects as well with an AND project in (x,y,z)

Best,
Clark

Scott Federman
April 30, 2023

understood. and yes at the epic level we use parent link to tie to initiatives. However at the story level we used linked issues ("related to") link type to tie stories to initiatives. We want to be able to search through the linked issues on a story and pull a list of all stories that do not have an initiative type ticked linked to to it.