jira.js
    Preparing search index...

    Function startImport

    • Start configured imports. To see an ongoing import see the Progress resource

      Parameters

      • client: Client
      • parameters: { id: string }
        • id: string

          The id of the import configuration that should be started

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              actor?: string;
              category?: string;
              currentStep?: number;
              currentStepTotalWorkUnits?: number;
              currentWorkDescription?: string;
              currentWorkUnits?: number;
              estimatedFinishDate?: Date;
              executionUUID?: string;
              finishedDate?: Date;
              numberOfSteps?: number;
              progressInPercent?: number;
              resourceId?: string;
              result?: string;
              resultData?: Record<string, any>;
              resultMessage?: string;
              startDate?: Date;
              status?: string;
              stepDescription?: string;
              totalWorkUnits?: number;
              [key: string]: unknown;
          },
      >