jira.js
    Preparing search index...

    Function createFailedImportHistory

    • Creates a failed import history record for the specified import source and execution with the given failure reason

      Parameters

      • client: Client
      • parameters: { body?: Record<string, any>; executionId: string; importSourceId: string }
        • Optionalbody?: Record<string, any>
        • executionId: string

          The executionId of the import execution

        • importSourceId: string

          The importSourceId of the import source configuration for the external import

      • Optionaloptions: RequestOptions

      Returns Promise<void>