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 Jiraglobal permission, to get the column details for any user.
Permission to access Jira, to get the calling user's column details.
Request
Query Params
Responses
🟢200OK
application/json
Returned if the request is successful.
Body
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/rest/api/3/user/columns'