Hi,
I'm looking for methods to fetch the list of all permissible users, given a project id. I'm using Jira v4.4.1. Looked for documentations of both REST and SOAP. But still didn't help. Is this possible using JQL search?
Get all the roles with: http://docs.atlassian.com/jira/REST/latest/#id2475420
Then iterate through them using http://docs.atlassian.com/jira/REST/latest/#id2475480
Thanks for the response Jamie. I tried your solution, but it doesn't return me the list of all users in the a given role, say "users". It just gives the detailed information of the "users" role.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My requirement is to select a list of users(using REST or SOAP) for whom I can assign an issue from my remote system.
|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, sometimes it shows atlassian-group-role-actor, in which case you need to look up members of the group.
> My requirement is to select a list of users(using REST or SOAP) for whom I can assign an issue from my remote system
That's normally the developers role, but not always.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.