jira.js
    Preparing search index...

    Function getAllScreenTabFields

    • Returns all fields for a screen tab.

      Permissions required:

      • Administer Jira global permission.
      • Administer projects project permission when the project key is specified, providing that the screen is associated with the project through a Screen Scheme and Issue Type Screen Scheme.

      Parameters

      • client: Client
      • parameters: { projectKey?: string; screenId: number; tabId: number }
        • OptionalprojectKey?: string

          The key of the project.

        • screenId: number

          The ID of the screen.

        • tabId: number

          The ID of the screen tab.

      • Optionaloptions: RequestOptions

      Returns Promise<{ id?: string; name?: string; [key: string]: unknown }[]>