You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
My team is looking for a solution for our JIRA instance where we can archive issues from it to an archive JIRA instance. We are doing this as our Jira instance has grown very large and we need to limit the number of issues it holds and still have the older issues available for review and audit purposes.
Archiving criteria
Atlassian’s solution to backup/restore won’t work for us due to the requirements above. I’ve found other posts on this community with closely similar topics but I have not found any solutions yet that would meet our criteria.
Thanks,
Ray
Hi Ray,
Have you considered using a third-party add-on for this? Configuration Manager for Jira supports project archiving use case. Hope this helps!
If you have any further questions, ping me.
P.S.: If you end up using CMJ and want to use it only for archiving purposes, keep in mind there is an option for weekly/monthly license.
Cheers,
Bianka
Bianka,
What's a good email that we can contact you at. I'm part of Ray's team and we are all researching this together. I'd like to send you what our requirements are.
Steve
Hi Steve,
Feel free to ping me at bianka.banova@botronsoft.com
Cheers,
Bianka
We are the developer of the Issue Archiver for Jira plugin and there is an existing Jira ticket for it (JRASERVER-5843).
Yes, it is a very very very tough problem to solve.
I can give an example:
In order to perform such an archival setup without any conflicts, the changes in the live server always needs to reconcile with the settings in the archive server.
That's the reason why we came up with our solution for Atlassian Codegeist 2017.
There is a workaround mentioned in one of the comments from (JRASERVER-5843).
An alternate workaround we have found as TAMs is to use an issue sync plugin called Exalate. You can "exalate" selected issues from the production instance to an archive instance which will sync/create copies of the issues to the archive instance. You can then "Unexalate" it to remove the one-one link between synced issues and then delete the original issues from the production instance.
Essentially you can sync the issues to an archiving issues and then delete the issues from the instance in use. The advantage of Exalate is that you can sync the issues moved to the archived instance back to the production instance if necessary.
there have 2 part comes with archive:
there no clear "archive" conception from JIRA and the only way is, you keep regular backup of instance or dedicated project (we are using project configurator) then delete ticket and attachment from PROD.
but this is also have issue, when you really want to "restore". it will be very hard to restore and merge back to PROD, because the progress of JIRA instance version.
actually, I would bother to archive JIRA issue at all. we have project ~ 1,000,000 issues, and 40GB attachment. I just regular clean up old attachment, because disk capacity, but don't do issue archive.
hope this help.
Hi @Ray Widaman may I know how large is your instance? In our organisation we have 2.1 million with 6TB of attachments.
Let me know I may have some tricks but need to know how large is your system.