Is it possible to copy, duplicate or clone a project. I don't need all the issues in the project just the configuration. If I have to copy the issues that's fine I.
In Ondemand, you can use the JIRA Command Line interface to do this for you. Specifically the CloneProject command.
Ah I see. Missed that one!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see I need to purchase a CLI license or something. Will I also need the CLI liences if we also plan to use the Jira API to update issues from another product?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While am not sure about the license, but you can refer to https://bobswift.atlassian.net/wiki/display/JCLI/JIRA+Command+Line+Interface , as this is a plugin or an itnerface that you use it from your computer and not installing it on your JIRA. This Command Line tool is developed by 3rd party vendors. But for using the JIRA API, you do not need another specific license as they are totally two different things.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problems. Although this will clone the whole project with issues. You can delete those later.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I almost have it using the Jira CLI. I am stuck on the ClonePorject command. I don't know how to include the projectKey. The documentation doesn't show how to add the switch for the projectKey. Any suggestions
I entered
C:\Jira>jira --action cloneproject --project test1 --toProject test2 --copyComponents
Error Message
Remote error: com.atlassian.jira.rpc.exception.RemoteValidationException: Cannot create project: projectKey:You must specify a unique project key, at least 2 characters long, containing only uppercase letters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This command worked.
jira --action cloneproject --project test1 --toProject TST --copyComponents
Thank guys :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to know you got it working ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also goof on the JIRA restriction of no numbers in the key all the time :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't do it on onDemand. In the downloaded version, scriptrunner is an option.
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.