Archieving data in jira server and confluence server

Manjunath R July 6, 2020

Hi All,

What are the best ways to archive projects and issues in jira server.

Considering archiving option is not available in jira server. what are the best ways to archive data and is it possible to make automation for this process.

We would like to keep the data outside of jira server. b/c archieving too much data which will still be loaded for index, search for admins etc and this might affect the performance.

we would like to archive issues that are closed for more than 1 year.

How we can do the same for confluence server.

 

2 answers

0 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 22, 2023

To archive pages on Confluence Server, Data Center and Cloud, there is a dedicated popular app available: Better Content Archiving for Confluence.

Note that it supports the "archive after one year" lifecycle rule and provides auto-archiving capabilities (automations) that you requested:

page-archiving-png-1840×900-.png

0 votes
Rudy Holtkamp
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 6, 2020

The question is, what do you want to achieve? 

You can make backups and remove the projects from your production server, there will be a lengthy process to restore them.

You can make csv exports and remove the projects, so you can still browse the issues, but are not able to restore everything in Jira.

You can make a permission scheme which will not allow anybody to see the 'archived' projects, so you can restore them quickly. Disadvantage,  the issues are still being indexed, so indexing is slower. 

Manjunath R July 6, 2020

we would like to archive issues that are closed for more than 1 year.

Rudy Holtkamp
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 6, 2020

If I understand it correctly it is in running projects, then you can look into this app: Issue archiver for Jira

Manjunath R July 8, 2020

Hi Rudy,

Thanks for the suggestion

but is there a way we can automate this function

Rudy Holtkamp
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 8, 2020

The only thing I can think of if that you use 'Issue security' and Automation for Jira.

  1. First you create a new role which you call something like Archive viewer.
  2. Then create a Issue Security schemes 'Archive'
  3. Create a security level called 'Archived'
  4. Add 'Archive viewer' role to security level
  5. Create a scheduled automation rule which runs every day or week with a query that search for issues updated one year ago
  6. Then Set security level to Archive
  7. Make sure the rule is created/executed by an account in the role 'Archive'

Now users will not see issues where the security level has been set. They can only see it when they are in the role Archive viewer.

Note, this will only hide issues from most users, but they still exist in the project and are still indexed by Jira. But they will not be seen in reports, dashboards etc (if you not have the aforementioned role).

Suggest an answer

Log in or Sign up to answer