Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.