jira.js
    Preparing search index...

    Function addField

    • Adds field to the given tab.

      Parameters

      • client: Client
      • parameters: { fieldId?: string; screenId: number; tabId: number }
        • OptionalfieldId?: string
        • 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;
          },
      >