Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.6
-
Component/s: Issues, Web Services
-
Labels:None
-
Number of attachments :
Description
Pagination of results should be implemented.
The new web service /api/issues/search supports the parameters :
Pagination is disabled by default when the parameter "components" has a single value.
The response repeats the two request parameters and provides also :
Example :
paging": { "pageIndex": 1, "pageSize": 100, "total": 206, "pages": 3 }