On this page
Table of Contents |
---|
Use this method to retrieve the team of a specific project. The team consists of those users that have a role in that project, the same users that are displayed in the "Project Team" tab of that project dashboard.
IMPORTANT: To retrieve the data using this method, you must be authenticated with a user that has permissions to edit the custom fields of other users. See "Configuring the app permissions".
...
You have to specify the following parameters:
Parameter | Description |
---|---|
{projectKey} | The key of the Jira project for which you want to retrieve the team. |
includeCustomFieldValues | Optional. Set this on true if you want to the value of user custom fields to be included in the response data. If is not specified, this parameter is considered false. |
An example of the request URL with parameters is as follows:
...
If the REST call fails, the service returns one of the following HTTP statuses:
HTTP Status Code | Description |
---|---|
400 | Returned if the project key is invalid or user does not have permissions to browse the project. |
401 | Returned if the calling user is not authenticated or user does not have enough permissions. Same in case of invalid app license. |