...
You have to specify the following parameters:
Parameter | Description |
---|---|
CUSTOM_FIELD_ID | The ID of the user custom field for which you want to retrieve the value. See Determining the ID of a custom field for how to determine the ID of the field. |
USER_ACCOUNT_ID | The accountId of the Jira user for which you want to retrieve the value. |
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 user key or id is invalid. |
401 | Returned if the calling user is not authenticated. |
403 | Returned if the calling user does not have permission to browse the user. |
404 | Returned if the user with given key does not exist or if the specified field ID does not exist. |