Can I set an "alert" when the last comment on a card is over a week old?
Hi @John Sawyer,
Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions
After you install the app, you can create a Jira filter and subscribe to it over email:
commentLastCreatedOnDate < -1w
Check out the documentation for more examples.
I hope this helps!
Daniel
Hi @John Sawyer -- Welcome to the Atlassian Community!
You may be able to do this with an automation for Jira rule. There could also be marketplace addon apps to do this.
With automation, your rule would be on a scheduled trigger, and would then use JQL to walk the issues to check the list of comments to find older created dates:
{{issue.comments.last.last.created}}
To learn about automation if you want to try this, please see these sources and examples:
Please note: automation rules are limited to processing up to 100 issues, so if you are scanning a large set of issues this may not work for you unless you can constrain to a smaller set. For example, issues updated in the last few weeks.
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.
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.