HI
Once an issue on the kanban board is in final status - I would like to see it on the finished items column for a period of time and then to have it removed otherwise the column is getting packed.
How do I do that?
Thanks,
Hi @Rony Len what we are doing is indeed like Maksim suggested which is
YOUR FILTER AND (status != closed OR status changed to closed after -7d )
In Jira Server, there is a built-in option to do this, without even changing the filter.
It seems to me the most correct decision will be based on a resolved date:
resolved >= -1w
But at the same time, nothing prevents to list all the final statuses:
status changed to closed after -7d OR status changed to Cancelled after -7d
Depends on your workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I cannot seem to find custom statuses to use in the argument 'status changed to...'
if I use ("custom status x") it is supposed to work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rony
You need to use Kanban board sub-filter. For example:
resolved >= -1w
https://confluence.atlassian.com/jirasoftwarecloud/configuring-filters-764477988.html
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.