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.
Hi
I have question that i build automation when issue commented (ETI sends out email to approvers that they replay to ticket YES or NO.) and when automation run, then it should change ticket status.
Right now i build with {{issue.comments.last.body}} contains YES then transition the issue to..
Right now seems to be, that it does not work. How i should solve this need in best way?
Hi
Because users dont visit portal and this would be simple alternative that they get email and just answer one or another word.
BTW, this is right now my forth Atlassian community account :D I have reported it to Atlassian to merge all accounts to one.
Urmo
Oh, okay!
Since (I think) august 2021, it is possible to approve or decline requests even without a Jira license. That shouldn't be a problem anymore. :)
But back to your automation: Could you provide a screenshot of your automation?
I tried to build the same rule as you did (except that I used a manual trigger). It somehow works fine for me - what does the Audit Log say?
Does your workflow allow the transition?
Hi
i notice, that there was some contitions what i did not notice first time.
Issue transition will be blocked if there is a pending approval.
But now i have next question. How i should write to email approve or decline so if they use Approve or Decline, it will work same. Right now i tested but it did not understand if i write into Automation for Jira approve and into email Approve.
Also i understand that i should add somehow value issue.comments.last.body from Approvers (to make sure that approver is same ho will get approve email).