jira.js
    Preparing search index...

    Function getAvailableScreenFields

    • Returns the fields that can be added to a tab on a screen.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { screenId: number }
        • screenId: number

          The ID of the screen.

      • Optionaloptions: RequestOptions

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