jira.js
    Preparing search index...

    Function getUserDefaultColumns

    • 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.

      Parameters

      • client: Client
      • Optionalparameters: { accountId?: string }
        • OptionalaccountId?: string

          The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.

      • Optionaloptions: RequestOptions

      Returns Promise<{ label?: string; value?: string; [key: string]: unknown }[]>