how can i create a filter that says show all records that have no comments in the last 7 days

Sharmila October 1, 2015

I want to add to an existing query saying show me records that have had no comments in the last 7 days.  Please let me know how I can do this.  Thanks!

2 answers

1 accepted

1 vote
Answer accepted
Jeremy Gaudet
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.
October 1, 2015

I believe you want:

issueFunction not in commented("after -7d")
0 votes
Jobin Kuruvilla [Adaptavist]
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.
October 1, 2015

JQL Tricks plugin has a similar function as well.

issue not in commentedAfterDate("-7d")

Suggest an answer

Log in or Sign up to answer