Get User Default Columns
GET {{baseUrl}}/rest/api/3/user/columns?accountId=<string>&username=<string>
Returns the default issue table columns for the user. If accountId
is not passed in the request, the calling user's details are returned.
Permissions required:
- Administer Jira global permission, to get the column details for any user.
- Permission to access Jira, to get the calling user's column details.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountId | string | The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. | |
username | string | This parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details. |
RESPONSES
status: OK
[{"label":"ut cillum ipsum in","value":"sunt quis"},{"label":"in","value":"officia ea in in"}]