Hide Specific Epic from Filter

Jeff Ross May 3, 2021

project = MKTG AND issuetype in (standardIssueTypes(), Sub-task) AND status in (Backlog, Blocked, "In Review/Approval", "Ready to Work On", "Working On") AND assignee in (5caf6bd4bf88896202a44f42) AND "Epic Link" != MKTG-8175

  • In the filter above, "Epic Link" != MKTG-8175 does hide that epic, but all assignee sub-tasks are hidden as well. The hidden sub-tasks have no connection to MKTG-8175. How can I revise to hide just MKTG-8175 without affecting assignee sub-tasks?

1 answer

1 accepted

3 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 3, 2021

Sub-tasks don't have an epic link, so when you ask "show me stuff with epic link of (not) X", it has nothing to compare your X with, so it has to deselect them

Try changing the last clause, such that

... AND ("Epic Link" != MKTG-8175 or "Epic Link" is empty)

Jeff Ross May 3, 2021

Thank you so much for the quick and accurate reply, Nic! That solved my problem.

Final question - if I were to include another Epic to be hidden (MKTG-6242), can it be added to that clause or does each epic require its own clause?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 3, 2021

I have not tried this with Epic Link specifically, but that type of field usually means that this should work:

... AND  ("Epic Link" not in (MKTG-8175, MKTG-6243) or "Epic Link" is empty)

If that does work, then you can keep adding to the list if you need to, at least until you reach the character limit for a query.

Jeff Ross May 3, 2021

Yes sir, that worked perfectly. Again, thank you for sharing your expertise.

Jeff Ross May 6, 2021

Hey Nic!

Hoping to call upon your knowledge one more time. The filter you helped me with was created with the intent to add to a Dashboard via the Filter Results gadget. None of the JQL from the filter is taking effect in the gadget. Is there a way to accomplish this?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 6, 2021

Mmm, a filter should simply return a list of issues to whatever is asking to run the filter.  A gadget shouldn't be any different - most of them do say "hey, filter, show me what you got" and then process the list of issues into a display of some form.

Could you tell us a bit more about the problem with the gadget?  I mean a bit more detail on the symptoms?

Jeff Ross May 6, 2021

Thanks for being there to help me out again, Nic. Here is the full JQL from the filter. The last part that hides MKTG-8175 and MKTG-6243 is not taking effect.

Assigned-to-Me - DM.jpg

When I select the Saved Filter within the gadget and update the number of results and columns to display, MKTG-8175 and MKTG-6243 are still visible in the list although the JQL is saying to ignore them.

Assigned-to-Me - DM-2.jpg

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events