-
Type:
Suggestion
-
Resolution: Won't Do
-
None
-
Component/s: REST API
-
2
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
Many API endpoints use the startat parameter to determine the index starting point, and then maxresults parameter to determine how many results will be returned. The groups endpoint instead users to [start:end] endpoint to determine which results will be returned.
For example, for users 50-100 it is:
Whereas you would expect
The inconsistent user experience makes it difficult to know which method to use.
Suggested Solution
Make all rest endpoints consistent in the way they handle startat and maxresults.
Workaround
The JIRA REST API typically specifies how it should be used, refer to the docs if you're not sure which to use.
- relates to
-
JRACLOUD-59702 JIRA API request for groups doesn't recognise startat or maxresult parameter
- Closed