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

XMLWordPrintable

      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. 

            Assignee:
            Unassigned
            Reporter:
            Chris Terry
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: