My team is creating a new portal to have customers submit requests through it. I am trying to figure out the JSON syntax in order to add a LABEL of "ISD" to each cloned issue, when creating a cloned issue for our team managed board (and add to the current sprint).
Any advise for the syntax?
All the advanced field edit can be read here. The proper syntax for adding a label would be:
{
"update": {
"labels": [{
"add": "ISD"
}]
}
}
Seems to be a few details here. First, what mechanism are you using to do the cloning? Are you using Automation for Jira, Scriptrunner, or something else? Depending on the answer to that question, my answer to the one you asked would be different.
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.