jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x Changes Plugin
  • MCHANGES-124

maxEntries is used in the JIRA URL

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 2.0
  • Fix Version/s: None
  • Component/s: jira
  • Labels:
    None

Description

By default, the maxEntries is set to 100 and the generated JIRA url uses it, i.e.:

http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&pid=11138&statusIds=6&sorter/field=issuekey&sorter/order=ASC&sorter/field=issuetype&sorter/order=ASC&tempMax=100&reset=true&decorator=none

The Javadoc plugin 2.5 has more than 100 issues but the issues list size return by JIRA is 100 without any 2.5 fixVersion!

A workaround is to increase the maxEntries

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Dennis Lundberg added a comment - 22/Aug/08 3:20 PM

How would you like the plugin to change?
What should it do differently than it does today?

Show
Dennis Lundberg added a comment - 22/Aug/08 3:20 PM How would you like the plugin to change? What should it do differently than it does today?
Hide
Permalink
Vincent Siveton added a comment - 22/Aug/08 4:40 PM

Since the filter is done in JiraReportGenerator#getIssuesForCurrentRelease(List), I guess it will be easy to ask JIRA to return all issues (ie without tempMax param) and apply the filter/maxentries in Java. It will work only if currentVersion was set, in other cases just apply the maxEntries as usual.
cons: could be time consuming if a project has a lot of issues (for instance try given url on http://bugs.sakaiproject.org/jira/ )

Show
Vincent Siveton added a comment - 22/Aug/08 4:40 PM Since the filter is done in JiraReportGenerator#getIssuesForCurrentRelease(List), I guess it will be easy to ask JIRA to return all issues (ie without tempMax param) and apply the filter/maxentries in Java. It will work only if currentVersion was set, in other cases just apply the maxEntries as usual. cons: could be time consuming if a project has a lot of issues (for instance try given url on http://bugs.sakaiproject.org/jira/ )

People

  • Assignee:
    Unassigned
    Reporter:
    Vincent Siveton
Vote (0)
Watch (0)

Dates

  • Created:
    22/Aug/08 6:02 AM
    Updated:
    22/Aug/08 4:40 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.