I created a new project on our JIRA test server and now I need to migrate it with everything to our production JIRA. I can see how to use CLI to clone a project on the SAME server but don't see a parameter to specify a different server url. I could export it/import if that's possible. Don't need any of the test issues and the few users are active in both. If I should pursue another approach (ScriptRunner?) I am open to anything. Any direction is greatly appreciated!
Hi @Michael Furey - You could use the run, and create type actions for projects such as using runFromComponentList to add components from the test to the production instance.
acli -a runFromComponentList --server testJira --common "-a addComponent --component @component@ --project @project@ --server prodJira"
You might want to look at Configuration Manager for Jira. It's built for copying project configurations from one instance to another.
Thanks so much Michael for your quick reply! I am going to give it a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was also looking at Deep Clone for JIRA but it only works on Cloud.
Also scriptrunner but there's a learning curve. Thanks again
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.