Issue tracker - createdDate plus x days

Remon Vrij September 12, 2013
I'm trying to make a search which does the following:

Shows me issues of:

1. A specfic issue type.
2. A specific priority.
3. Who's creation date is equal or bigger then it's creation date + 10 days.


issuetype = //TYPEHERE AND priority = //PRIORITYHERE AND createdDate >= createdDate (+10)

As you have figured out by now the last part breaks "createdDate (+10)".

Can anyone help me in the rigth direction on this?

2 answers

1 accepted

0 votes
Answer accepted
Remon Vrij September 29, 2013

issuetype = //TYPEHERE AND priority = //PRIORITYHERE AND createdDate<= -240h

0 votes
Jason Plumhoff
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 13, 2013
Wouldn't createdDate ALWAYS be less than createdDate + 10?
Remon Vrij September 15, 2013

My expectation:
Issue is created on the 10th making createdDate 10, now it should show in this filter if the current date is 20 because that would be createdDate +10.

Hope that made sense for you.

Suggest an answer

Log in or Sign up to answer