-
Suggestion
-
Resolution: Unresolved
-
94
-
125
-
Currently, done issues are removed after 14 days or by clearing them manually directly on the board.
It would be helpful to be able to customize the time when done issues are removed from the done column.
Workaround 1:
- Write a query that returns all issues in a project that have been done for more than 14 days e.g.
project = CJSWK AND (fixVersion in unreleasedVersions() OR fixVersion is EMPTY) AND status = Done AND NOT (updated >= -2w OR statusCategory != Done) ORDER BY Rank ASC
- Run that query and copy the URL of the search page
- Create a shortcut that links to that URL. I called mine Older Done Issues:
Workaround 2:
To view cleared issues you can enable the project issue navigator and select the Done filter.
- is duplicated by
-
JSWCLOUD-21790 Team-managed project - Enable/disable/config removal of issues in DONE column
- Closed
-
JSWCLOUD-22312 Customise how long it takes to archive issues in the Done column for team-managed projects
- Closed
- relates to
-
JWMCLOUD-19 Ability to configure Business board to show issues for more than 14 days and remove issues before 14 days
- Gathering Interest