Forums

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

JQL for current time - 5 mins

Vignesh Jayagopal
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.
October 27, 2022

Hi All,

I have date/time custom field in my issue type.

Users will select the future date/time when raising the ticket.

I want my automation rule(running every 5 mins) to change the status of the ticket once the date/time mentioned in the ticket is crossed. I tried writing JQL in different ways but not working.

Can you help on this please. Below is the one i tried.

project = XXX AND status = SCHEDULED AND "Session start[Time stamp]">=-6m order by created DESC

1 answer

1 accepted

0 votes
Answer accepted
Mark Segall
Community Champion
October 27, 2022

Hi @Vignesh Jayagopal 

I believe you want a subtle tweak to less than:

project = XXX AND status = SCHEDULED AND "Session start[Time stamp]" <=-6m order by created DESC

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events