The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Can someone provide me with some help creating a search with specific criteria

Toby Challacombe
August 3, 2018

I would like a queue that display all tickets not updated (Had a comment) on the current date, so all tickets that have not been updated since at least yesterday or before. 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Tansu Akdeniz
Community Champion
August 3, 2018

Hi @Toby Challacombe,

Finds issues not updated for 2 days;

  • updated < -2d

If you have Script Runner, you can find issues commented but status was not changed;

  • issueFunction in commented("after -1d") and not status changed AFTER -1d

 Also it can be useful for service desk to see the issues last commented by customer;

  • issueFunction in lastComment("inRole 'Service Desk Customers'")

Detailed JQL doc: https://confluence.atlassian.com/jiracorecloud/advanced-searching-fields-reference-765593716.html

Script Runner functions doc: https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html

Toby Challacombe
August 3, 2018

That is perfect thank you, I did take a look through the JQL doc but could not find exactly what I needed. Much appreciated!

TAGS
AUG Leaders

Atlassian Community Events