Forums

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

jira automation

Gesner Joseph
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 25, 2019

Need help for jira automation

need to get 4 field and merge or concatenate them in description fiels

{
"update": {
"Description": [
{
"set": {"value": "issue.get("customfield_12751") + " " + issue.get("customfield_11656") + " " + issue.get("customfield_12780") + " " + issue.get("customfield_12754")"}
}
]
}
}

 

 

 

 

1 answer

0 votes
jira guy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2019

Suggest an answer

Log in or Sign up to answer