Looking to have email set fields in ticket creation.
I can update a field, but not multiple ones.
Scotch: Test
Type: Bug
Priority: High
{ "fields": { "Issue Type": { "name": "{{issue.description.match("Type: (.*)")}}" } "Priority": { "name": "{{issue.description.match("Priority: (.*)")}}" } } }
Hi @chris cawley -- Welcome to the Atlassian Community!
Where are you trying to use that JSON expression? Is that for an automation rule?
If so, please post an image of your entire rule, the action where that JSON is used, and the audit log details showing the rule execution.
Also, there are a few problems with the JSON:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.