-
Bug
-
Resolution: Timed out
-
Low
-
2
-
Severity 3 - Minor
-
Issue Summary
nextPage link on the /rest/api/3/group/member result malfunction
Steps to Reproduce
- Open https://<instance>.atlassian.net/rest/api/3/group/member?maxResults=3&groupname=<group> where <instance> has more than maxResults members in the group
- Click on the nextPage: from the result
Expected Results
You get the next page of users in the group
Actual Results
You get the following error message:
errorMessages | |
0 | "The group name can not be empty" |
errors | {} |
Workaround
Manually update the request to get the next list of users.
https://<instance>.atlassian.net/rest/api/3/group/member?includeInactiveUsers=true&maxResults=50&groupname=<group>&startAt=50
https://<instance>.atlassian.net/rest/api/3/group/member?includeInactiveUsers=true&maxResults=50&groupname=<group>&startAt=100
...
Form Name |
---|
Hi everyone,
Thank you for previously raising this bug and bringing it to our attention.
Within our company roadmap and work capacity, we try to address or review each bug request but admit that not each one will be resolved. To continue the culture of being honest and open, we are closing this bug to focus on our upcoming roadmap for all Jira users.
As we continue to roll out features we do look at requests made by our users and if you feel like this bug is still impacting your team please let us know.
Thank you again for providing valuable feedback to our team!
Jira Cloud team