JQL to get tickets updated no less than 30m ago

zerobarat1 October 26, 2019

Hello,

I am looking for a JQL to get issues that have been updated no less than 30 minutes ago. To better explain, I don't to show all results that were updated in the past 30 minutes, but rather i want to show all results that were transitioned from status A to B no less than 30 minutes ago. Is this possible?

Also an eg. because I am sure my question is a bit clumsy:

As an user I transition a ticket now at 1:00 PM. If I am searching for a list of issues that were changed no less than 30 min ago and only 20 minutes have passed since the transition, then this ticket should not appear in the search.

1 answer

1 accepted

0 votes
Answer accepted
Avinash Bhagawati _Appfire_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 26, 2019

Hi @zerobarat1 ,

Can you please try below JQL.

status changed TO Done AND updated <= -30m

hope this help you.

Thanks,

Avinash

zerobarat1 October 26, 2019

Many thanks, @Avinash Bhagawati _Appfire_  it works. 

Suggest an answer

Log in or Sign up to answer