Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to run a query to find if the update on the ticket is older than 7 days ?

chhatwal_simran February 26, 2024

I am trying to run a query in JIRA in which I need to find for the ticket in Waiting for input if the last comment which was added has been updated in last 7 days or not ?

1 answer

1 accepted

3 votes
Answer accepted
Uday Kiran Bhaviri
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.
February 26, 2024

Use JQL: To find the issues which are in particular status and are not updated from last seven days

project = "projectname" AND status ="yourstatusname" AND updated > -7d

 

Kian Stack Mumo Systems
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 26, 2024

Here's also a link to some documentation to get you started!

Like chhatwal_simran likes this
chhatwal_simran February 26, 2024

 

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events