Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to automate when a new issue is created within a portal, to clone a task onto another project

GASPARICH, JENILEE December 23, 2021

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?

2 answers

1 accepted

3 votes
Answer accepted
Alex Koxaras -Relational-
Community Champion
December 24, 2021

Hi @GASPARICH, JENILEE 

All the advanced field edit can be read here. The proper syntax for adding a label would be:

{
"update": {
"labels": [{
"add": "ISD"
}]
}
}
3 votes
Rodney Nissen - ReleaseTEAM
Community Champion
December 23, 2021

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events