This question is in reference to Atlassian Documentation: Administering a project
How can I clone a Project and it's Issues? Goal is to let a new project and it's contents/issues/etc be an exact copy of an already existing project.
JIRA Command Line Interface support running CLI actions from csv including create and update. For example, see How to import JIRA issues using CSV
Hi Bob,
I installed the CLI here.
Please could you help me to use this comand line interface?
Do you have one example "updating issues" from csv ?
Thanks in Advance
BR
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Follow the example for import issue, but the action should be updateissue instead of createissue.
Make sure you read about the parameters for updateissue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Norman answered it. See updateIssue for the parameters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bob and Norman,
Thanks for the help. I got create and update the issues.
But i cannot update the status from these issues . It will be possible change the status ?
Thanks in Advance
Best Regards
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please look at progressissue operation.
https://bobswift.atlassian.net/wiki/display/JCLI/Documentation#Documentation-progressIssue
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.