Hi all. We're in the process of starting from a "clean slate" on new instance of Jira. When the new instance goes live, we need to selectively move bugs from the old instance to the new one. Are there any recommendations on the best way to do this? I don't want to move an entire project as the project strucutre is on of the things that's being majorily overhauled. One thing I was thinking is temporarily moving a project over, move the selected bugs to the new instance, and then deleting the imported project. What do you all think?
Thanks!!
AFAIK, that won't actually be useful to getting it "into" another instance of JIRA. The xml export you're talking about is just for providing information to possible consumers of the report: eg. you're feeding it to another system that you implemented or something.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would say, it depends on how complex your move is and what your requirements are. If it isn't too complex, you could do something like:
1. Restore your instance over to your new home via xml.
2. Create a new project.
3. Create a JQL filter that selects out your "to Move" set. (or label every ticket you want to move, and use a jql filter to find that. Or do any number of things to "select" your set).
4. Bulk move.
Problems with the above:
1. It can ballon out to a lot of work depending on what your criterion for "movement" are.
2. Issue keys and project keys will change.
----
If you need to retain issue keys and all the same names and such, I'd look into doing something like using a db query to "select" the issue keys that you didn't want (the inverse of the ones you did want), and using the remote api to remove those issues in a test instance. This could take a really long time depending on how much junk you had.
----
TLDR: it really really depends on the situation, the criterion, and the end you wish to achieve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fender
Yes you can do that too. Basically, import the project, then moved the issue into the new project. After all the issues being move, you can just delete the entire the temporary project.
Cheers
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.