Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-70586

As a Jira administrator, I want to filter the current set of archived issues by date resolved

XMLWordPrintable

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Description:

      As a Jira administrator, I would like to be able to be able to filter the current set of archived issues by date resolved which is not possible in the Archived issues page. This will support an archival and deletion strategy.

      Workaround:

      1. Query the issue table:
        select * from jiraissue where archived = 'Y' order by resolutiondate asc;
        
      2. Export to CSV and analyze externally. 

            Unassigned Unassigned
            cterry@atlassian.com Chris Terry
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: