Hi ,
I have created automation flow like-
1. Manually trigger from alert
2. Fill values in input form
3. Lookup table contains key-values for team name & team owner .
4. log prints correct values based on above team name selection , team owner is picked. (everything works fine till here)
5. On create incident , name to add team name in Labels & team owner in Approvers field . This is failing .
Error is same for Labels & Approvers -
Your request could not be created. Please check the fields have been correctly filled in. Please provide a valid value for field 'Approvers' | |||||
Team owner given as account id , name & email address not working |
Hi,
i think you have to do it in the JSOn-part of the rule.
something like
{ "update": { "labels": [ { "add": "Approval Needed" }, { "add": "Review" } ], "approvers": [ { "add": { "accountId": "user-account-id" // Replace with the actual account ID of the approver } } ] } }
The possibilities are here Advanced field editing using JSON | Cloud automation Cloud | Atlassian Support
BR
Kai
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.