Hello!
Please see screenshot. I have an automation rule that is not working as expected. I want it to remove a specific user from 'Request participants', and then send an email to 'Request participants'. The removal works GREAT! (Edit issue field- Advanced). This does exactly what it is supposed to do.
But, the email below is still being sent to the user above, who was removed. This has nothing to do with Reporter, that is also working fine and is a different user all together. This was not working with out the delay, so I went ahead and added a 30 second delay, and it is still not working as expected. Removed user (who is 100% removed) is still getting email addressed to 'Request participants' of which they are no longer a part of.
Any ideas? Thank you so much for your time!
The delay will not update the data the automation have about the issue that triggered the automation. If you do an edit of the issue within the automation, like in this case remove a user from the request participants field you have to Re-fetch issue data for it to work as you expect it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agreed with @Mikael Sandberg stated, you need to add an action "Refetch Issue Data" and place it right before your Send Mail action in your automation rule.
Best, Joseph Chung Yin
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.