As part of our automation, we are transitioning some issues whose workflows has some validators. If the transition fails, the automation gives a "Some Errors" status and includes some helpful information.
Currently, the email about the failed transition go to the rule owner. Instead, when the automation rule fails, I'd like to send an email to the issue assignee and include the Transition Issue error message.
That option doesn’t exist. I assume this is because only the rule owner really can make changes to correct the situation. If the failure is predictable you could add a send alert email based on the failure condition possibly.
Hi @Robert Mein
Yes, and...to what Jack noted: there is an open suggestion to support one or multiple email addresses to receive error notifications: https://codebarrel.atlassian.net/browse/AUT-457
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, no way currently to get the status of the automation rule execution and if it fails, trigger an action? Looks like sending an email is pretty easy with the automation rules, I just need to access the rule execution properties as part of the rule executing.
Like a "do the work; then If RuleExecution.status = 'Some Errors' then send email to {{triggerissue.assignee}} where description = {{ruleExecution.comment}}" type of workflow?
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.