Hello,
can somebody tell me if it is possible to create an automation rule for the following task:
Send message to the assigned person if after 5 days no new comment was added to the issue ticket.
I don't know whitch trigger I can use for this event.
Thank you in advance!
Hi @Viktoria Neudecker -- Welcome to the Atlassian Community!
This is possible to detect, and you may want to consider more criteria or the rule could return a lot of issues.
An example rule to do this, with a built-in stopping condition would be:
project = myProject AND assignee IS NOT EMPTY AND statusCategory != Done
Note the need for a stopping condition, or the rule will repeatedly send the notifications. If that is what you want, then remove the last add comment action.
Kind regards,
Bill
Hello Bill,
Thank you for your help!
This was exactly what I was looking for. It worked!
Best regards,
Viktoria
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy ,
I do have a similar question, but with one exception. i.e. when sprint contains issue with sub-tasks and none of the sub-tasks have been updated in 7 days, only then send email to assignee.
Can you please help me on this, I tried playing with the response that I received, but did not achieve the result.
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.
Hello!
I would like to do exactly the same but adding a condition regarding who commented the ticket.
What I would like to do be like:
If the ticket hasn't been updated during 3 days, then send an email to the assignee but based on which team put the last comment.
For example, if the last comment comes from the Support team, then ignore it and send a reminder to the assignee 3 days after the last comment from the developer team.
Do you think this would be possible?
Many thanks for your help,
Léa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First thing, I recommend creating a new question, and linking to earlier posts like this. Otherwise only the people following this one will see your question. Thanks!
I suspect such as rule is possible, and you could compare the {{initiator}} of the rule or {{issue.comments.last.author}} to learn who added the last comment. I recommend trying to write the rule, and if you have problems to post your rule and what you observed.
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.
5 days from creation of an issue? If yes then you can use this automation rule
Accept the issue if it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sachin, Thank you for the fast reply but I would like to have a reminder for my colleagues to update their jira tickets they are assigned to / working on.
I will try Bill's suggestion.
Best regards,
Viktoria
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.