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

KeyDatatypeRequiredDescription
accountIdstringThe account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
usernamestringThis parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

RESPONSES

status: OK

[{&quot;label&quot;:&quot;ut cillum ipsum in&quot;,&quot;value&quot;:&quot;sunt quis&quot;},{&quot;label&quot;:&quot;in&quot;,&quot;value&quot;:&quot;officia ea in in&quot;}]