jira.js
    Preparing search index...

    Function resetUserColumns

    • Resets the default issue table columns for the user to the system default. If accountId is not passed, the calling user's default columns are reset.

      Permissions required:

      • Administer Jira global permission, to set the columns on any user.
      • Permission to access Jira, to set the calling user's columns.

      Parameters

      • client: Client
      • parameters: { 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<void>