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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Using automation for Jira on SERVER.
We have a custom field called "access approver" which is a user picker. I am trying to make it so if the user who comments the words "approve" on the ticket is the same as the access approver, then the ticket should transition to the Approved state.
Here is what I have now, but the JQL of "access approver" = currentuser() isn't working... any ideas appreciated, thanks!
Hi @Julia
From what you describe, you want the person who commented for the comparison, correct? If so, please check with {{initiator}} for the person who triggered the rule.
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.
In your compare, please replace currentUser() with {{initiator}}
currentUser() is a JQL function which works from the UI when I logged in user runs a query/dashboard. And {{initiator}} is the person user who performed the action that triggered the rule.
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.