jira.js
    Preparing search index...

    Function updateSchemaAndMapping

    • Update object schema and mapping configuration for the external import

      Parameters

      • client: Client
      • parameters: {
            async?: boolean;
            importSourceId: string;
            mapping?: Record<string, any>;
            schema?: Record<string, any>;
        }
        • Optionalasync?: boolean

          Execute the operation asynchronously

        • importSourceId: string

          The uuid of the import source configuration for the external import

        • Optionalmapping?: Record<string, any>

          Object type and attribute mapping configuration for the import.

        • Optionalschema?: Record<string, any>

          Object schema and status schema configuration for the import.

      • Optionaloptions: RequestOptions

      Returns Promise<void>