I am setting up a web message when an issue is set to Authorize. I have it working for the approvers field but need to add the possibility of having an approvers group as well.
The automation triggers when set to Authorize. This is currently working for one or more approvers.
Advanced branching - For each smart value
Smart value - {{issue.approvers}}
Variable name - approvers
Then send web request...
Recipients:
["{{#issue.approvers}}{{emailAddress}}{{^last}}","{{/}}{{/}}"]