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?
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.