I am looking to implement an automation rule that says "If this issue has not been updated/commented on in X amount of time (say 48 hours) trigger a comment out to the assignee.
Please find the below details on creating Automation
Have the scheduled Automation to run every day based on your timeline
JQL is as follows
updated <= -48h
And you can specify project if you need to restrict issues to a specific project
updated <= -48h AND project = project-key
Add the Action to comment to mentioning assignee with the message
Let me know if the approach is fine.
Thanks,
Pramodh
Hi,
You will also need to uncheck the option "Only include issues that have changed since the last time this rule executed" (as the issues you want to pick up explicitly haven't changed).
I would also recommend adding a status check to the JQL (e.g. not done) so that it doesn't pick up closed tickets.
Cheers,
Brydie
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.