Hello,
we are using JIRA and Service Management, both in cloud.
We link each issue in SM to an issue in Jira, managed by developers.
We'd like to create an automation rule that sends an email to the assigned SM Agent when a developer adds a comment to the JIRA linked issue. I think the rule should be created on JIRA's side.
Is that possible and how ?
Thank you
Pierangelo
here's a simple 6-step solution to your use-case:
To: Assignee
Subject: New comment on {{triggerIssue.key}} by {{triggerIssue.comments.last.author.displayName}}
Content: {{triggerIssue.comments.last.author.displayName}} wrote: {{triggerIssue.comments.last.body}}
View the Issue <a href="{{baseUrl}}/browse/{{triggerIssue.key}}">here</a>.
All together it should look something like this:
Hope this helps. Let me know if this solved your problem or come back to me with your audit log in case something did not work as it should.
Greetings
Gideon
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.