Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Alert for aging comments

John Sawyer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 19, 2021

Can I set an "alert" when the last comment on a card is over a week old?

2 answers

0 votes
Daniel Turczanski - JQL Search Extensions
Atlassian Partner
November 29, 2021

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

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 19, 2021

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events