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}}" } }}
Hi @Florencio Morales Bermudez
Try
{"fields": {"summary": "{{issue.customfield_XXXXX}}"}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.