Unable to Import Tickets with Current Workflow Status in Frappe Due to Transition Rules

I created a workflow state and transition rules for an app on one server so that each user role can take actions based on their permissions. When creating tickets, they progress through states according to the workflow configuration. For example:

Pending → In Progress
In Progress → Completed
Each ticket has a different status in the list (some are completed, some are in progress).

I need to export these tickets and import them into another frappe portal with the same workflow setup for testing. However, when using the Data Import Tool, I can only import tickets in the Pending state, as the workflow transition rules prevent importing tickets with their current status.

Is there a way to import tickets with their current status intact?

Try this: Disable the workflow and import the data, then re-enable the workflow after importing the data.