Help edit issue with automation for fira. JSON?

Issue #42 resolved
Former user created an issue

Hello. I would like to edit a tree field with automation for jira. Directly i can't do it. But with json I think so. Could you help me with the correct language? { "fields": { "environment": "Gracias por avisar sobre {{issue.key}}.", "labels": [ "bugfix", "blitz_test" ], "Custom Field Name": { "value": "red" }

Comments (3)

  1. Yury Oboz repo owner

    Hi.

    Use "Custom Field Name": { "name": "red" } instead "Custom Field Name": { "value": "red" }

  2. Log in to comment