I have some data storage restrictions which require me to remove issues from my system that are over 6 weeks old. I would like to move these issues to an "archive" JIRA instance so that they can still be accessed by a specific set of users. Yes, I understand that this could also be done with managing project permissions, etc. However, this is not an acceptable solution for my client.
So, this leaves me with the issue of: How do I copy specific issues from one JIRA instance to another? I need to do this on a regular basis, so an easy method is preferable.
I've seen some old posts on this, and I even saw one about using JJupin (which I have) but it didn't give the details of how to do this.
I need the entire issue copied, including history, etc. Any suggestions?
Project Importer requires a empty project. Your solution of importing to an empty project and then moving to archived project might work but seems like big overhead. And the project configurations must be the same and so you might end up having many empty projects just to facilitate the import.
You will have to write a custom solution to do this.
As always, thanks for your insightful response Jobin. I agree it is overhead, and I am working on a custom solution. I will be testing the split soon. I believe I have most of the "overhead" covered with a SIL script to manage tagging and deleting the issues to archive.
My plan is to:
Because the Main and Archive systems are copies, there shouldn't be many issues with this.
I can't think of a better solution because the Main and Archive systems are not allowed to "talk" to each other on the same network. Because of this, it will be a manual process (of some sort) to backup and import the issues with a file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've found a possible solution: Project Importer. Can anyone tell me if Project Importer will append issues to an existing project, or if it requires an empty project and will load in all issues? With Project Importer, I could use a staging area to import issues from the other JIRA instance and then move those issues into an archive project where they're all collected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.