I would like a search query like this:
project in (Proj1, Proj2) and fixVersion = earliestUnreleasedVersion() and resolution is EMPTY
But earliestUnreleasedVersion() requires a parameter. Is there a workaround so that I can do something similar?
Try this:
project IN (Proj1, Proj2) AND ( fixVersion = earliestUnreleasedVersion(Proj1) OR fixVersion = earliestUnreleasedVersion(Proj2) ) AND resolution IS EMPTY
GreenHopper RapidBoard provide a multiproject view for which I'd like to filter issues only for the next unreleased project whatever the current project is.
Unfortunately, earliestUnreleasedVersion is not useable with a lot of moving projects.
So It would be very useful to have an earliestUnreleasedVersions() function.
JIRA filter would look at this : "fixVersion in earliestUnreleasedVersions()"
Is there another existing solution ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
GreenHopper RapidBoard provide a multiproject view for which I'd like to filter issues only for the next unreleased project whatever the current project is.
Unfortunately, earliestUnreleasedVersion is not useable with a lot of moving projects.
So It would be very useful to have an earliestUnreleasedVersions() function.
JIRA filter would look at this : "fixVersion in earliestUnreleasedVersions()"
Is there a plan for this or another existing solution ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.