We would like to have an email notification to the assignee when a comment has not been added to a ticket after 3 days.
Yes, that is possible. If you go to Automations and check under the Templates tab there is a rule called Resolve issues due to inactivity that you can use as a start. Just change the transition step to instead send an email/notify the assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it's absolutely possible to set up an automation rule in Jira Service Management to send an email notification to the assignee when a ticket hasn't been updated (no comment added) after 3 days. Here's how you can do it:
Go to Project Settings:
Create a New Rule:
Set the Trigger:
Add a Condition JQL condition in trigger action:
Status = Open
(or any status you want to monitor).Add a JQL condition from add condition section:
updated <= -3d AND NOT status changed AFTER -3d
Add Send Email action from add Action section :
{{assignee.emailAddress}}
.Publish the Rule:
Thanks,
Geethanjali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the source of the information you posted?
When posting content generated by automation / chat bot, community guidelines require disclosing that source in your post. To learn more, please read the community guidelines:
https://community.atlassian.com/forums/custom/page/page-id/rules-of-engagement
Kind regards,
Bill
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.