Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JSWCLOUD-21257

Be able to customize the time when done issues are removed from the done column in team-managed Kanban boards

XMLWordPrintable

    • 94
    • 125
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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:

      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
      1. Run that query and copy the URL of the search page
      2. 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.

              Unassigned Unassigned
              gsandoval@atlassian.com Gino S
              Votes:
              202 Vote for this issue
              Watchers:
              127 Start watching this issue

                Created:
                Updated: