Using this I was able to set up an approval flow where a user creates a ticket in Slack, adds approvers from the Portal, and it automatically sends a notification (via the Assist app) to the Approvers. Pretty slick.
Is there a way to notify new approvers added to the ticket after it's reached the approval part of the workflow?
I'm imagining a scenario where the person who submits the request misses an approver and needs to add them later or the assignee might want to add someone.
My first thought was to create another automation rule to cycle back through the process but I'm worried it will just ping all the approvers again.
By default (out of the box) - you can locate the system notification template setup for notifying approvers when issue moves into the approval status automatically - Project settings >> Customer Notifications section UI. You will see the event named "Approval Required".
I don't believe one can configure the approval required process to only notify the newest approver without notifying all existing approvers again.
However, you may be able to create automation rule to trigger off "Approval Required" event - https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Approval-required, and then use smart value to process the approvers (list object) to get the newest approver added by processing the list - https://support.atlassian.com/cloud-automation/docs/jira-smart-values-lists/. Afterward, send out custom email notification using the automation rule. Keep in mind, this may still not able to stop the out of the box notification from notifying all the approvers.
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
Thank Joseph!
I found the notification settings you mentioned and noticed that it seems to only trigger when it moves through the workflow (lame). I attempted your solution but wasn't having much luck. I would receive the email but Slack wouldn't ping me.
I tried creating an automation that cycles on the same status "Waiting for approval" and it didn't work.
I then created another status, Intermediate, (using the link I mentioned above) and automated it through that status instead. Below is what helped for me and so far so good.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Joseph Chung Yin ,
I've been trying to create the automation to only send to the new approver butI can only accees the last by alphabetical order while using {{issue.customfield_XYZ.last}}, not the newest. Any idea ?
Thanks
Fanny
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.