Dear all,
In order to automate a workflow, I need to check if the reporter is one of the users that are members of the Approver groups (issue.fields.customfield_10163).
I am trying this:
{{issue.fields.reporter.accountId in issue.fields.customfield_10163| groupMembers| join(",","accountId")}}
and I get the following error:
(string) Error: groupMembers filter: only applies to group name as string or group object
Actually, this works if I check it against a field that is a Single Group field but as the Approver groups consist of several groups it somehow doesn't work.
Please help :)