JetBrains / YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.
https://www.jetbrains.com/youtrack
Apache License 2.0
134 stars 105 forks source link

Update XML documentation: UserManagementService GetUsers only returns 10 users #66

Closed aschoelzhorn closed 6 years ago

aschoelzhorn commented 6 years ago

Expected behavior

GetUsers called without paramters should return all users, not only the first 10 records. The description says: "Get a list of all available registered users."

Actual behavior

only 10 users are returned

Steps to reproduce the behavior

call GetUsers() without parameters, more than 10 registered users in Youtrack

maartenba commented 6 years ago

Users are indeed returned per 10, for next pages the correct parameter should be used. Will update XML documentation.

maartenba commented 6 years ago

See https://github.com/JetBrains/YouTrackSharp/releases/tag/3.2.3