How can I see both EPICs and issues(under the epics), on a board, using filters?
"Epic name" lists only epic name and shows no issues
"Epic Link" lists only the issues and no epics.
I need both. Please advice.
Providing both Epic name and Epic Link in the Board Filter should fix it.
"Epic name" = "ABC" OR "Epic Link" = "ABC"
I tried AND! but OR did the trick. Thank you.
Is there an easier way of doing it though? as the number of epics increase, the query would look very lengthy.
Appreciate your help.
Thanks,
Swaroopa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the below JQL should do the trick.
issuetype = "Epic" OR "Epic Link" IS NOT EMPTY
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.