I wanted to see if there is a way to add options to the “Hide completed issues older than” drop down in the Kanban Board Settings. Currently there is only the options of:
1 Week
2 Weeks
4 Weeks
All of them
The issue with All of them, is that it then brings in all of the Unit Testing items, when we only care about a particular test cycle (E2E). I have been able to pull all of the closed items on a filtered report, but wanted to see if we could add to the Kanban Board Settings to give us more flexibility there. The current setting is 2 Weeks, so any closed items that are older than 2 Weeks drop off the Board.
Question: Would it be possible to add to the drop down 1 Week – 15 Weeks so we can change the setting each week?
You can’t change the drop down but you can use the JQL sub filter to establish the desired period.
RE:........You can’t change the drop down but you can use the JQL sub filter to establish the desired period.
Can you please help me design the JQL sub filter to establish the desired result? Please help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What exactly is your goal? I assume you are trying to hide Done issues that have been in that status for more than x-days.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The goal is go show all closed issues for an issue (E2E) Testing on the Kanban Board. Currently, it is only showing the last 2 weeks and if I change it to show all, it shows all of the closed issues going back to Unit Testing of all issues, which we do not want. I want to show all Closed Items from when an issue (E2E) Testing Started and not have them drop off the board… if possible.
Anything you could help with including your JQL sub filter will be appreciated.
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.