> -----Original Message-----
> From: Sebastien Goasguen [mailto:run...@gmail.com]
> Sent: Monday, October 28, 2013 1:31 AM
> To: dev@cloudstack.apache.org; Animesh Chaturvedi
> Subject: Re: RN-KnownIssuesIn4.2
> 
> Animesh owns that filter,
> 
> On Oct 27, 2013, at 6:39 AM, Marty Sweet <msweet....@gmail.com> wrote:
> 
> > Hi Guys,
> >
> > Following the issues I have had upgrading to 4.2.0, I have noticed
> > that the known issues filter in Jira is set to used fixedVersion as
> > opposed to affectedVersion. This changes the results dramatically, if
> > I was able to see any of the issues I was having using this filter I
> > believe the upgrade would of gone a lot smoother. This is linked from
> > the Known Issues part of
> > 4.2.0 documentation.
> >
> > https://issues.apache.org/jira/browse/CLOUDSTACK-4902?filter=12324873
> >
> > It's currently:
> > project = CLOUDSTACK AND type = Bug AND fixVersion = "4.2.0" AND
> > resolution is EMPTY AND level = "Public" ORDER BY priority DESC, key
> > ASC
> >
> > I think it should be:
> > project = CLOUDSTACK AND type = Bug AND affectedVersion = "4.2.0" AND
> > resolution is EMPTY AND level = "Public" ORDER BY priority DESC, key
> > ASC
> >
> > Thanks,
> > Marty
[Animesh>] Thanks for the note I changed the query to include both 
affectedVersion and fixVersion)

 project = CLOUDSTACK AND type = Bug AND (affectedVersion = "4.2.0" or 
fixVersion = "4.2.0") AND resolution is EMPTY AND level = "Public" ORDER BY 
priority DESC, key ASC

I also updated the Release management wiki  page [1] with this filter


[1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+Management




Reply via email to