I would like to create a filter to search for "In progress" issues without comments or where the comments have not been updated for last 3 days.
Have an option to search by the "UpdatedDate" field. But I am looking to search by the "Comments" field.
Appreciate any advice on this. Thanks.
It's not supported out of the box, but if you have "script runner" plugin installed then you can do it easily
status = "In Progress" AND (issueFunction in hasComments(0) OR issueFunction not in commented("after -3d"))
Thanks Tarun
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.