jira.js
    Preparing search index...

    Function findReferenceTypes

    • Get reference type

      Parameters

      • client: Client
      • Optionalparameters: { includeAll?: boolean; objectSchemaId?: string }
        • OptionalincludeAll?: boolean

          Include all reference types. Defaults to false

        • OptionalobjectSchemaId?: string

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

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              cdmData?: {
                  types?: {
                      key?: string;
                      opinionated?: boolean;
                      version?: number;
                      [key: string]: unknown;
                  }[];
                  [key: string]: unknown;
              };
              color?: string;
              description?: string;
              globalId: string;
              id?: string;
              name: string;
              objectSchemaId?: string;
              url16?: string;
              workspaceId: string;
              [key: string]: unknown;
          }[],
      >