run_full_migration
Migrates all records from Jira or Salesforce to ServiceNow using bulk migration with dependency ordering and error reporting.
Instructions
Phase 6: Migrate ALL records from source to ServiceNow. For Jira: automatically migrates in dependency order (Tier 1 parents first, then children). For Salesforce: paginated bulk migration. Only call after explicit user approval at Checkpoint 4. Stops immediately on any error and reports what happened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Source platform (salesforce, jira, or any registered connector) | |
| object_name | Yes | Salesforce object or comma-separated Jira project keys (e.g. "EMAL,KAN") | |
| staging_table | Yes | ||
| mappings | Yes | ||
| filter | No | Optional SOQL WHERE or JQL to scope the migration |