Hi,
I am trying to clone an issue via JIRA CLI but to no avail. It is showing the below errror
Clone of issue DEPLOY-123573 failed. customfield_17180 (IT Services): IT Services is required.
the options i used is --action cloneIssues --copyAttachments --jql "key=DEPLOY-123573"
Can anyone help on this? Thanks in advance.
Welcome to the community!
As the error message says the input is required "IT Services" for the issue to be cloned.
jira --action cloneIssue --issue "SOURCE_ISSUE_KEY" --project "TARGET_PROJECT_KEY" --field customfield_17180="VALUE"
Replace the value with the exact value.
-Bibek
Thanks!
it is ok to just update the value but it will be not sustainable. As this is cloning, the expectation is to clone the value from the issue being cloned but that is not the case for this custom field. Is there anywhere i could just pass a variable? I tried original_customfield_17180 but it is also not working
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.