jira.js
    Preparing search index...

    Function findStatusTypes

    • Find all status

      Parameters

      • client: Client
      • Optionalparameters: { objectSchemaId?: string }
        • OptionalobjectSchemaId?: string

          Include statuses for the object schema id. If supplied statuses for the object schema will be returned otherwise all global will be returned

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              category: number;
              description?: string;
              id: string;
              name: string;
              objectSchemaId?: string;
              [key: string]: unknown;
          }[],
      >