You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.