Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hide done items in dashboard

Lea Beckmann
Contributor
August 23, 2023

Hey guys,

I just created 2 filters to hide the done tasks/epics in my dashboard:

Filter 1: project = "XX" AND NOT status="done" ORDER BY "Epic Link" -> here it works to hide the done tasks/epics

Filter 2: "epic link" = "XX" OR parent in ("XX291") OR "epic link" = "XX" OR parent in ("XX-295") OR "epic link" = "XX" OR parent in ("XX-14") OR "epic link" = "XX" OR parent in ("XX-41") ORDER BY "epic link" -> here I've tried several options to hide the done items with brackets at the beginning/end, but nothing worked...


Any idea what I can do?

 

Thanks a lot in advance!

2 answers

1 accepted

2 votes
Answer accepted
Lea Beckmann
Contributor
August 23, 2023

Got it, just had to add 2 brackets..


("epic link" = "XX" OR parent in ("XX291") OR "epic link" = "XX" OR parent in ("XX-295") OR "epic link" = "XX" OR parent in ("XX-14") OR "epic link" = "XX" OR parent in ("XX-41")) AND status not in "done" ORDER BY "epic link"

0 votes
Pasam Venkateshwarrao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2023

Hi @Lea Beckmann 

 

can you try this filters in Filter Results gadget in dashboard and select the status field and epic link 

Lea Beckmann
Contributor
August 23, 2023

That's what I'm doing - I selected Epic Link, Status, Summary, Due ... - but the done items are always there

Pasam Venkateshwarrao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2023

Hi @Lea Beckmann 

 

You could create your own custom filter for this.

1. In the backlog, click on the three dots in the upper right corner and choose "Manage custom filters".

2. Name the filter whatever you like and write JQL for filtering away all the tasks that are done. This should work: status != Done.

3. Finish off with clicking the create button and navigate back to the backlog. You should now be able to see and use your newly created custom filter. 

Hope you find this helpful!

Pasam Venkateshwarrao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2023

Hi @Lea Beckmann 

 

you can try this filters

 

... AND Status != Done

 

If you use Resolutions you can also try

Resolution is EMPTY

Suggest an answer

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

Atlassian Community Events