Hey!
I would love to get your help with this.
I'm trying to retrieve all users assignable to a specific project( jira-server : findAssignableUsers) , but the results are limited to only 100 users, even though there are more and i set maxResults to 1000. Pagination doesn't work here, despite the API documentation indicating we have a 'startAt' parameter – changing its value doesn’t affect the results.
Do you know if there's any workaround for this? (It also happens with v3.)
Thanks!!
Hi @Chen Gabbay and welcome to the Community!
I probably won't be able to helps you with the coding aspect, but maybe I can try to help by thinking a bit out of the box. What problem are you trying to solve by doing this? And why do you need to do this via the API?
If you look at your project's permission scheme, you should see how the assignable users permission is granted. This may either be through project roles, any logged in user or groups. Maybe role / group membership may get you the same result you are looking for?
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.