Forums

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

JQL - Show all stories to be released within 14 Days

Thomas Rowledge
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2019

Hi,

 

I need to build a filter to show all stories which are part of a fix version which has a release date within the next 14 days. 

Currently I'm trying to use this JQL which isn't working:

issuetype = Story AND "Release Date" > 14d

1 answer

1 accepted

0 votes
Answer accepted
Thomas Rowledge
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2019

fixed :issuetype = story AND fixVersion in releaseDate("after now() before 14d")

Suggest an answer

Log in or Sign up to answer