Forums

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

earliestUnreleasedVersion() for multiple projects

Fast February 1, 2012

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?

3 answers

1 accepted

1 vote
Answer accepted
Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 2, 2012

Try this:

project IN (Proj1, Proj2) 
  AND (
    fixVersion = earliestUnreleasedVersion(Proj1)
  OR 
    fixVersion = earliestUnreleasedVersion(Proj2)
  )
AND resolution IS EMPTY

Fast February 2, 2012

This works, thanks!

0 votes
Hugo de Paix de Coeur
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!
June 3, 2012

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 ?

0 votes
Hugo de Paix de Coeur
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!
June 3, 2012

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 ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events