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
🟢200Returned if the request is successful.
application/json
Bodyapplication/json
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission or is not accessing their user record.
🟠404Returned if the requested user is not found.