I would like to see all the issues where no comments have been updated for 7day's or more
Try this simply :
issueFunction in lastComment("before -7d")
Hi @Rene Pendrigh
Welcome to the community!
Please try below JQL :
issueFunction in lastComment("before -7d") and created >= -7d
Regards,
Sushant Verma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sushant
Thank you for this, however it's not returning any results
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rene Pendrigh Could you please share me the screenshot?
Or please try issueFunction in lastComment("before -7d")
Hope this will help you!
Regards,
Sushant Verma
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.
@Rene Pendrigh You're welcome :)
Kindly mark the answer as accepted in order to help others in the community with the same question.
Regards,
Sushant Verma
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.