I am trying to migrate work items from one project to the other. Overall it works okay, my work items are being migrated. However, the state of the work items is not reflected. When, for example, the work item is closed in the original project - in the new project the same work item will be "new" and when I go to the work item there will be a message "The value for field 'Activated Date' must be empty."
I am using the latest version vsts-sync-migrator 11.12.7.0 and my query scope is broad "WIQLQueryBit": "AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan')"
I am wondering what am I doing wrong?