-
Suggestion
-
Resolution: Won't Fix
-
None
From email
----------------------
I'm working on a project and we'd like to more neatly integrate the
application with our JIRA setup. We're attempting to use SOAP calls,
but looking through the API I'm not finding everything we're looking
for. We're trying to retrieve the groups that a user belongs to, but
I can't seem to find something that will retrieve them. Failing that,
I thought of the other approach of matching them via retrieving the
users belonging to each particular group, but I can't find a function
to retrieve all the groups.
- relates to
-
JRASERVER-3194 SOAP interface for project and user management
- Closed
-
JRASERVER-12951 Consider adding a SOAP service to get all groups
- Closed
Hi,
User group memberships are is available in the user resource from JIRA 4.2 onwards. Example:
For a full reference of what is possible using this API, check out the REST API documentation. You may also like to read:
If you're interested in knowing what's coming in JIRA 4.3, I suggest that you look at:
If you encounter any issues with the REST API in JIRA 4.2 or any of the 4.3 EAP releases, feel free to report them (under the Remote API (REST) component). I am closing this issue, as there currently no plans to enhance the SOAP API.
Thanks,
Luis Miranda (Atlassian)