jira.js
    Preparing search index...

    Function getAllFields

    • Gets all fields for a given tab.

      Parameters

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

          The key of the project; this parameter is optional

        • screenId: number

          Id of screen

        • tabId: number

          Id of tab

      • Optionaloptions: RequestOptions

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