Hi,
On my board, I am using swimlanes and various quick filters - I have a necessity to create a quickfilter which would remove from the sprint board all isses under a specific epic.
All other issues, bugs, stories etc, are to be left as they are, I only want to hide specific issues under a specific epic which is of lower priority.
Can it be done in JIRA at the moment?
I think I went through all blogs and community questions/answers I could find, and I don't think I have found the answer.
Thanks,
HI. Try this JQL: "Epic Link" != ABC-123
Thanks.
Is there a way to hide these issues, based on the epic itself, rather than having to add to filter issue one by one?
Details: My epic is called 'Maintenance' with 3 issues assgned to the epic in a given sprint; these tasks are of lower priority and I would like to show the to the team once a week, on all other dailys I would like to hide them via quick filter - ideally based on the epic.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need to create a new quick filter :
key != ABC-123 and ("Epic Link" != ABC-123 OR "Epic Link" is EMPTY)
and change the ABC-123 to the Epic key
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.
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.