Hi.
I am looking for a simple JQL that will return a list of Initiatives with no Epics (so I know which ones to focus on at planning).
If this was a normal parent/child relationship I could use hasLinkType() but, nope, this has to be different! :)
Thanks!
Lee
Per this post from 2020
...it seems like there is no support for that query in native Jira, but you can add a third party app that extends the JQL features and will enable you to get the results.
(Credit to @Jack Nolddor _Sweet Bananas_ )
hey boss! try something like:
"Epic Link" is null and issuetype = Initiatives
Epic Link being your epic field name, Initiative being the issue type you choose to filter on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your suggestion but we don't associate the Epic Link with an Initiative. An Initiative will have multiple Epics linked to it as children. Epic Link is singular value.
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.