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")"}
}
]
}
}