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

Details

    • 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

      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. 

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: