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.
Hello,
In an automation I have to display the comment of the transition (which is not mandatory). This smart value does not exist:
{{transition.comment}}
This smart value does not suit me:
{{issue.comment.last.body}}
Since it shows me the last comment.
I want the comment of the transition. And if there is none I want it to show me nothing.
Would you have a solution please ?
Thanks
Estelle
I found a solution and it works.
In the automation in "condition" I noted this :
And in "action" I edited the desired field with:
{{issue.comment.last.body}}
Hello @Estelle Decanis
There is no such thing as a "transition comment". There are only Comments, in general. A Comment may be entered at the same time a status transition occurs, but the Comment does not include any flag or indicator that it relates specifically to the status transition.
Whenever asking for help with an Automation Rule it is very helpful to us if you show us your entire rule so that we can get an understanding of the context. Perhaps if you provide that and explain to us what problem you are trying to solve, then we will be able to provide better guidance.
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.