I am using JIRA Cli from Bob Swift. When i try to clone a project with cloneProject it succeeds but i expected the issuenumbers to be the same in the cloned project. Is this possible? Can Bob Swift answer if he's around? =)
eg:
java -jar jira-cli/lib/jira-cli-5.5.0.jar --server $JIRA_SERVER --user $JIRA_USER --password $JIRA_PASSWORD \
--action cloneProject --project $PROJECTKEY --toProject $NEW_PROJECTKEY --name "$NEW_PROJECTNAME" --cloneIssues \
--continue --verbose
now FOO-1 is not the same issue as BAR-1, FOO-2 is not the same issue as BAR-2 and so forth.
Edit: The original project had lots of subtasks which are now deleted so FOO-2 to FOO-6 does not exist, so the skew appears whenever a issuekey is not avaible in sequence in the first project.
eg.
FOO-1 > BAR-1
FOO-2 to FOO-6 does not exist so FOO-7 is then BAR-2..
No, not without doing additional scripting to fill in holes in the number sequence. I have done this as part of a migration many years ago. It is pretty straight forward. The logic is something like the following assuming the target project does not have issues:
@Bob Swift [Bob Swift Atlassian Add-ons]
Hi, thanks for your answer. Perhaps you can help once again
The source of the problem i'm trying to get around is that cloneProject (and i assume cloneIssue) does not copy the issue (entity) properties. We are using issue-checklist plugin that stores its data in issue/${issue}/properties/cachedchecklist but i have not found any way to make jira-cli include these properties upon cloning.
Is there something i have overlooked?
BR
Marcel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Test comment in response to a report that the editor is not working. Please disregard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I can comment now finally.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Marcel, clone issue does not copy properties yet. I opened JCLI-1032 to track this request. Thanks for the requirement.
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.