How can I bulk un-archive Jira issues.

user1647473884182 July 22, 2021

We generate thousands of Jira issues each month.

We archive issues which are very old to reduce the size of the database/index and improve performance.

Occasionally, we want to un-archive >1,000 issues but currently I do not see any way to do this as a bulk operation (i.e. not individually). I can generate the list if issues to un-archive (export to CSV and select from there).

It seems that Atlassian may have not seen archiving the way customers will use it and left out bulk un-archiving from the functionality.

Does anyone have a method to bulk un-archive?

Alternatively, can you bulk update archived issues via CSV import? (Probably not but if you don't ask..., plus it might be a way out of this for jira-system-administrators).

1 answer

1 accepted

3 votes
Answer accepted
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 22, 2021

Hi,

There is no bulk option for this, here a feature request you can vote for :

https://jira.atlassian.com/browse/JRASERVER-71156?error=login_required&error_description=Login+required&state=b318198a-090b-4373-bd5e-29d18a0dd9f3

 

You can try to do it with the REST API

https://docs.atlassian.com/software/jira/docs/api/REST/8.16.2/#api/2/issue-restoreIssue

Create a JQL that find all archive issue you want to restore and create a loop to restore them with the API

Suggest an answer

Log in or Sign up to answer