Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software 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

    • 79
    • 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.

        1. screenshot-1.png
          161 kB
          Anusha Rutnam

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

              Created:
              Updated: