Defect #28833
closedRedmine API
0%
Description
Dear Sir or Madam,
with the Redmine API it should be possible to get all aktiv User from Redmine.
But apparently there is an issue with the function if you have the GitHub plugin.
The function in the attachment is written by myself with the Redmine API (dotNet 4.52) provided by this website.
If you try to get all aktiv user from Redmine and some of the user have a key for the GitHub plugin, the userid with the key is not returned. Instead of the right userid another userid is returned twice.
Because of this it looks like you get the right amount of aktive users but you just get a lot of duplicates.
Also if you try to get the status of a user you get no response if the user has a key for the GitHub plugin.
Has anyone had a similar behavior with the Rest API?
Best regards
Walser Andreas
Files
Updated by Go MAEDA over 7 years ago
- Status changed from New to Closed
- Priority changed from High to Normal
- Resolution set to Invalid
I think you would be better to contact the author of redmine-java-api library or "GitHub plugin". According to your post, it seems that the plugin breaks Redmine API, redmine-java-api library, or your program.
Or, please use forums after reading How to request help.