Forums

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

Filter on Issues added after Version Release Start Date

Kevin Rassner
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!
November 27, 2018
project = X AND NOT (Status = Closed AND resolution = Duplicate) AND 

NOT (Status = Closed AND resolution = Rejected) AND type in (Epic, Feature)

AND fixVersion changed to earliestUnreleasedVersion("X") after 2018-11-24

I am trying to filter for Issues (in my case Epics, Features) from a specific project (X) that were added to a fixVersion after the FixVersion Start date. The Start Date can be edited in the "Releases" Tab of my Board. Right now, I can automate to find the earliest unreleased version, but the starting date still has do be inserted manually. Is there a way WITHOUT USING SCRIPTRUNNER?

1 answer

0 votes
Shankar Asam {Appfire}
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.
November 28, 2018

Hi @Kevin Rassner,

Please note that in your use case, you have to manually enter the date. Unless, you are using a scripting or custom code, you will not be able to fetch the release's metadata. Hence, this limitation.

 

 

-Shankar

Suggest an answer

Log in or Sign up to answer