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
fixed :issuetype = story AND fixVersion in releaseDate("after now() before 14d")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.