JQL date

Alex
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.
May 23, 2022
project = FD AND "Feedback date" != EMPTY AND status != Closed

Custom field "Feedback date".

The feedback date value can be left blank.

When this date arrives, an email will be sent. 

if the date of my "Feedback date" =  date feedback , how can this JQL compare to the present time?

1 answer

1 accepted

1 vote
Answer accepted
Sreenivasaraju P
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.
May 23, 2022

Hi @Alex 

you can try with now() . like..  "Feedback date"   = now()

Alex
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.
May 23, 2022

@Sreenivasaraju P  

thank you very much, you helped a lot! :)

Suggest an answer

Log in or Sign up to answer