Hi guys,
Have a requirment to filter support issues where support team not added comment from 3 days ignore if other team comments. How can i achieve this and we are working on Cloud instance and we are not using any add-ons. Thanks in advance
Hello @Rajesh Konda
Thank you for reaching out.
Unfortunately, Jira does not have a query to return the issues that didn't receive a comment from a user in a specific group and in a specific time range. We have the following feature request to get this implemented:
Search for Comment Date/author through JQL
Feel free to vote and watch the suggestion to increase its priority and also receive notifications about any updates.
As a workaround, you can try one of the following options:
issuekey NOT IN updatedBy("username", "-3d")The problem of the query above is that it will consider any updates in the query, not only comments.
"Date and time picker" <= -3d
Let us know if you have any questions.
@Petter Gonçalves I have tried the Automation part it worked for me as expected. Appreaciate you help and Thank you soo much.
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.