Subscription based on Due date

kA September 22, 2014

Hi Friends,

 

Can you please explain how can set the JQL for the following requirement.

"how can I set the subscription for the task which has due date on tomorrow" 

Thanks in advance,

Kartik

3 answers

1 accepted

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
September 22, 2014

Try this:

due >= startOfDay(1) and due < startOfDay(2)

 

 

1 vote
keadm September 22, 2014

Alternative B:

Find all issues created in the last five days:

due > "-5d"

Source: https://confluence.atlassian.com/display/AOD/Advanced+Searching?utm_campaign=yuX3vawa&utm_medium=navbar&utm_source=inproduct

0 votes
kA September 23, 2014

Thanks for your updates.

Karthik A.

Suggest an answer

Log in or Sign up to answer