Jira automation. When an issue is transition from B to C, send an email to user who transitioned the same issue from A to B.
Hi Link,
You probably need to create a custom user field and populate it with the value of the initiator based on a Work Item Transitioned trigger from A to B. Then create a second rule that you can send an email to the user in that field when the Work Item Transitioned trigger goes from B to C.
thanks John will give it go.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @LKA -- Welcome to the Atlassian Community!
Adding to the suggestions from @John Funk ...
If your workflow permits it, what do you want to do when the work item has transitioned multiple times from A -> B status values? For example, use the first user who did it, the last user, etc.?
And...an alternative to adding the custom field and additional rule is calling the bulk-fetch changelog REST API endpoint with the Send Web Request action, returning only the status field records, and then filtering for the from / to status values.
Kind regards,
Bill
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.