|
|
|
Anton,
Instead of returning all users, perhaps a search api would be smarter? something like findUsers(String partialFullName, String partialEmailAddress, int pageSize, int page) : User[] Being able to filter on group would also be cool, but there is no way to list groups from the remote API cheers, For my needs, and it will deal with the security problem also, a method to get a list of all user names could be enough.
We could have a method to get a list of RemoteUser as the current getGroup function works now, and one which will only return a list of strings containing the usernames.... Then no more security issue I think (or at least much less) Cheers Olivier Hi Guys! Any news on the status of this issue? I'm writing a Visual Studio 2005 plugin for JIRA and it's really a shame not having an easy way to list all the users assigned to a project.
Hello Ignacio,
There will be a major tackle on most RPC/SOAP issues in future release. I can't really promise when it will be, but for the time being, as the source code is freely available, I will suggest you to modify it manually: Cheers, When will the major tackle come? Any schedule?
Give us some more possibilities on user management, otherwise we have to use direct SQL. I dont really want to extend any API on such basic functionality. Please think of improving the user management of your products a bit as they are not really complete (no renaming of users/groups, no nested groups, no real support for ldap, no getUsers/Groups methods ...) thanks |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Do you mind sharing this code with the rest of the community? If not, please post it on the JIRA Community Space:
http://confluence.atlassian.com/display/JIRACOM/Home
Thanks a lot for sharing teh code!
Anton