Closed Gazvenn closed 8 years ago
StopWatch loads whatever the Jira API returns from the particular filter.
I just looked at the API, and it does support pagination. So I might be able to do something there. But it will not be for this release, since it is already overdue.
This has now been added with the query-parameter maxResults. I've set it to 200, which ought to be enough. Please note though, that this can be overrided by Jira settings, as per Jira API documentation:
the maximum number of issues to return (defaults to 50). The maximum allowable value is dictated by the JIRA property 'jira.search.views.default.max'. If you specify a value that is higher than this number, your search results will be truncated.
This will be available in the next release.
Only seems to load the results from the equivalent of the first page of a filter when looking through JIRA.