devolo / adaptavist

python package providing functionality for Jira Test Management (tm4j)
MIT License
8 stars 11 forks source link

Adaptavist.get_users method received only 1000 users because of limitations of JiraRest Api #34

Open smatytsin opened 1 year ago

smatytsin commented 1 year ago

Adaptavist.get_users method received only 1000 users because of limitations of JiraRest Api From Jira docs : This operation first applies a filter to match the search string and property, and then takes the filtered users in the range defined by startAt and maxResults, up to the thousandth user. To get all the users who match the search string and property, use Get all users and filter the records in your code.

Shutgun commented 1 year ago

Hi @smatytsin , I followed the docs you links and tried to query /rest/api/2/users/search. However, I just get a 404. Could you please tell me, which Jira version you are using?