You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.