Hi,
I want to get the issues related with only the current version without any
filtering.But when i try <onlyCurrentVersion>true</onlyCurrentVersion>,i get
no results.When i use <fixVersionID>21312</fixVersionId> (lets say 21312 is
the current version),it works.The version value in pom.xml is 2.3.5-SNAPSHOT
but it is said that it shouldn't be a problem(i mean SNAPSHOT).What can be
the problem,and any possible solution?

  <configuration>
       <columnNames>Key, Summary, Status, Resolution, Assignee, Reporter,
Type, Priority, Version, Fix Version, Component</columnNames>
       <statusIds>Closed,Resolved,Open,In Progress,Reopened </statusIds>
       <onlyCurrentVersion>true</onlyCurrentVersion>
       <resolutionIds>Fixed,Unresolved</resolutionIds>
      </configuration>

PS: About filtering; i want to get all issues without filtering but when i
include all possible values(e.g.Opened,Resolved,Closed for
statusId),sometimes it doesnt return the expected values.do i have to write
them in some sequence or something?Is there a shortcut for including all
possible values,like a keyword "All" :)?

Thanks in advance,

Reply via email to