the project has a custom_field with the name Approvers(Multi Choice User Field), we want to create an authorization in which, in the Waiting for Review status, the automation added a commentary with mention of all users who were indicated in the custom_field approvers ,,, as you can specify and mention all users in the approvers field in the automation
You could use list functions with your custom field to iterate and mention them all. For example:
Mentioning approvers for action:
{{#issue.Approvers}} [~accountid:{{accountId}}] {{^last}}, {{/}}{{/}}
This iterates over the values in the custom field, adding a mention for each person selected.
Kind regards,
Bill
This is brilliant - just solved a Rule customization for me. Many thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.