Please send me any documentation that can help me create a rule to send email when I add an approver for the Release.
Hi @Nitin Gupte
You could use the issue field changed trigger to start your rule, and then send the email.
Kind regards,
Bill
Thanks for responding Bill, am specifically looking for examples on the Releases screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for clarifying that!
When the approvers change for a version, that does not appear to raise an event that can trigger an automation rule.
As a work-around, a scheduled trigger could be used to check a specific version, using a REST API function, as that can see the approvers and their status of approval:
An example rule to check the approval status of the next unreleased version would be
In the call to the REST API function, remember to add this to get the approvers:
?expand=approvers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.