I am trying to add the approver from a group approval to the request participants field in an automation the executes after transitioning from group approval to in progress using the approved transition, so they can track tickets that they have approved. I have not been able to figure out what the smart value is for this value.
options I have tried
Anybody know how to access that customers id?
@Dan W -
Take a look at the following reference - https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--approval--
An possible You may want to setup an Automation triggered at Approval completed, and then add the approver to the issue requested participant action.
Exclusive to the Approval completed trigger:
{{approval.approver}} - Returns approver’s account id. Can be combined with other user smart values. Learn more about user smart values
{{approval.completedDate}} - Returns completion date of approval. Can be combined with other date smart values. Learn more about date smart values
{{approval.decision}} - Returns the final decision of the approval.
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
@Joseph Chung Yin thanks for the info, I have verified we can make this work, just need to verify if we can switch the larger automation from firing on transition and instead to fire on approval.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joseph Chung Yin I am also trying this, however for me this only returns the last person who approved the ticket, rather than a list of approvers. From each group I want to see who approved.
Do you know how to solve that problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am interested in the same thing.
Last approver does not make the cut for us. We need all the approval decisions to be returned in a comment and we have multiple group approval process during one workflow step.
Appreciate the help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Dan W !
I have an alternative suggestion about approval workflow in Jira, hope, that it will be helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karyna Tyrnavska _SaaSJet I don't believe we have a use for your app at this time. I will keep it in mind for future needs.
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.