-
Suggestion
-
Resolution: Unresolved
-
None
-
None
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:
- Query the issue table:
select * from jiraissue where archived = 'Y' order by resolutiondate asc;
- Export to CSV and analyze externally.
- is superseded by
-
JRASERVER-70162 Ability to auto-delete Archived issues
- Gathering Interest
- mentioned in
-
Page Loading...