0

I am currently using below rest api for non-cloud jira server to fetch assignees, it is just giving maximum 100 assignees, and pagination is also not working after 100 though many users are present.

<Base url>/rest/api/2/user/assignable/search?project=<project key>&startAt=50&maxResults=100

I need all the users of the jira connection, but limited users are coming. if I am trying to change the startAt value, it is still showing up the top 100 results

0 Answers0