Is there a setting for this?
If someone edits a comment, I want emails to go to sensible users about the change. Just like an edit to Description or Summary would.
If not, is there a Jira issue for adding this as a feature in the Jira Cloud Atlassian Jira instance?
This strikes me as something that Jira Cloud should offer as a built-in setting. Is there a Jira issue for it so I can go vote for it?
It is built in for CMP. I am unsure about TMP. I would need to test it out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Eirens,
you can do it using Automation.
TRIGGER --> Issue comment edited
ACTION --> Send Email
Hope it helps. Reach out with any questions.
Best,
Alberto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But why use Automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, @Alberto Salvante I try to use your method, but I stuck with email body. I want to add something like {{previous.comment} -> {{last.comment}} to mention edits but everything I did not working for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use this
{{#comment}}
Comment edited by {{author.displayName}} at: {{updated.format("dd/MM/yyyy")}}
New comment: {{body}}
{{/}}
as email body but it don't show me previous comment (before editing)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In CMP projects, yes there is a notification option for Comment edited as well as deleted.
project settings > notifications
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Company Managed Projects vs Team Managed Project. You can find out which project you are using by looking in the bottom left-hand corner.
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.