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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.