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.
I am trying to do automation to get an email notification when an issue's comment has been edited. I would like to show the previous comment and the newly edited comment.
I looked around and saw that this trigger has not been implemented yet but I used the multiple event trigger and saw that Issue Comment Edited is available. Is this any different?
I have been playing with it and it looks like it's working well. The only other issue is that I am unable to show the comment before it was edited. I tried using this:
CHANGE FROM:
{{fieldChange.field}}: {{fieldChange.fromString}}
TO:
{{fieldChange.field}}: {{fieldChange.toString}}
Unfortunately this does not work. I am using a JIRA Server.
First thing, I am using Jira Cloud and not Server/Data Center.
Have you tried this syntax to see if the values are available:
{{changelog.comments.last.body.fromString}}
Kind regards,
Bill
Hi @Bill Sheboy
Unfortunately this does not work for me. I've also tried different combinations of smart values but nothing seemed to work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Vanessa, I checked the Code Barrel backlog (now part of Atlassian) and didn't see this issue. You may want to ask your site admin to submit a support ticket to confirm with Atlassian if this possible: https://support.atlassian.com/contact/#/
Once you hear back from them, please post what you learn so the community can benefit. Thanks!
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.