I have a few rules that work similar to the image described below.
The process is, we have end users who set the priority to "blocker".
In a different rule, once the priority is set to blocker, my rule automatically updates a field called "blocker approved" to the value "No"
We have a team of people who are allowed to "approve" a blocker. They will set "blocker approved" to "Yes". > When this happens, is what triggers the below automation rule.
However, I'd like to insert a smart value for the user who triggered the value change to Blocker Approved = "Yes". I am learning more about smart values, I went here and used the trick mentioned (https://docs.automationforjira.com/issues/find-the-correct-smart-value-for-fields-in-jira.html#the-trick-with-custom-fields) to try and see if I can find it myself, but I didn't see anything.
I would be ok if I could figure out how to insert a smart tag for the display name of the user who last updated the ticket.
Hi Jeff,
Can you please try with:
{{initiator.displayName}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Me funcionó muy bien, gracias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wanted to note, that if you have come here and you are trying to edit a basic Jira User picker filed, than the smart value {{initiator.displayName}} might not work.
Instead try omitting the displayName part like this
{{initiator}}
that worked for me
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.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.