Forums

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

"Hide completed issues older than" on Kanban Boards

Oliver Schlüter October 9, 2019

We're using Jira Cloud and unfortunately there is no such setting in our Board settings. I assume this is one of those many things which are available for Jira Server but didn't make it into Jira Cloud. How can I accomplish the same functionality in Jira Cloud? 

2 answers

1 accepted

3 votes
Answer accepted
Jack Brickey
Community Champion
October 15, 2019

@Oliver Schlüter , you can certainly do this in Cloud using the Kanban sub-filter, e.g.

fixVersion in unreleasedVersions() OR fixVersion is EMPTY  and (status != Done or (status = Done and resolutiondate >= startOfDay(-10d))

Oliver Schlüter October 18, 2019

Hey Jack, thank you very much! 

Jon Jon Cabangon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 18, 2020

Works magic! Thanks! Just missed single closing parenthesis:

fixVersion in unreleasedVersions() OR fixVersion is EMPTY  and (status != Done or (status = Done and resolutiondate >= startOfDay(-10d)))

subfilter.png

Mike Monk
Contributor
November 29, 2022

Sorry to dig up an old thread, but when I paste the query into my Jira Cloud instance 

Screenshot 2022-11-29 114116.png

then hit update; it removes the last set of brackets!

Screenshot 2022-11-29 114304.png

The query seems to work ok but anyone got any ideas why it would chose to do that?

Jack Brickey
Community Champion
November 29, 2022

The underlying JQL code will optimize the query if possible.

Please note that since this initially was posted the newer kanban boards will offer a separate aging field. Do you happen to see that?

Mike Monk
Contributor
November 29, 2022 edited

Yes I can see the aging field in the General board settings, the issue we had was we used Automation to update some fields on some tickets that were missing the detail we wanted, this also updated some old historic tickets closed a long time back but they re-appeared on the board this week (the implication being the "Hide completed issues older than" filter seems to be looking at last updated date rather than resolution date

Edited to add: looks like this is a known issue :) Implication of Kanban board setting "Hide Complete... (atlassian.com)

 

Like Rush Ali likes this
Jack Brickey
Community Champion
November 29, 2022

Yes that is correct...it looks at last updated.

Like Mike Monk likes this
0 votes
Ashkan Malekly
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.
October 9, 2019

Hiiii @Oliver Schlüter 

I have never worked with jira cloud. But in server, in a board ing vie backlow or active sprint view, we have board button at top right side of the board. If you click on it dropdown menu open if you click on configure, at the left side, you have quick filter. You can write a jql in that (for example updated >= -2w and status = closed ) you can write some jql for that. And if you come back to backlog view or active sprint view you can see the name of  quick filter that you have made and then click on it to show your completed issues in last 2 weeks.

 

Best Regards 

Oliver Schlüter October 9, 2019

Hey Ashkan,

thanks for the reply. I'm not looking for a solution based on quick filters but I'd rather have the board limit the tickets that show up by default. 

Joao Borges
Contributor
April 7, 2020

Any answer back ?

Jack Brickey
Community Champion
April 7, 2020

@Joao Borges , please post a new question so someone can respond.

Joao Borges
Contributor
April 7, 2020

Thanks @Jack Brickey  - Im just trying to figure out  a way to avoid tickets that done showing up in the backlog - I dont want to add a filter, which doesnt help. I want to make sure those tickets marked as done, do not appear in my backlog list  -thanks 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events