Forums

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

Update summary value from single list

Florencio Morales Bermudez April 22, 2022

I'm making an automation, to update the summary field from a single list, but I just keep getting 

Operation value must be a string (summary)

The json that I'm using is this:

{
"fields": {
"summary": {
"set": "{{customfieldname}}"
}
}
}

 

1 answer

1 vote
Alex Koxaras _Relational_
Community Champion
April 22, 2022

Hi @Florencio Morales Bermudez 

Try

{
"fields": {
"summary": "{{issue.customfield_XXXXX}}"
}
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events