caner kaplica wrote:
> 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?

On large projects with lots of issues in the JIRA project, you sometimes
reach the maximum limit of downloaded issues. The plugin only downloads
up to <maxEntries> number of issues, the default value is 100. You can
increase this by configuring it to a higher value in your POM.

  <configuration>
    <maxEntries>500</maxEntries>
  </configuration>

> 
>   <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,
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to