platform
platform copied to clipboard
UBERF-6576: Move default space/project/task types into static model
MANUAL ACTION REQUIRED BEFORE THE NEXT WORKSPACE UPGRADE
Adds new set of commands to the tool:
- migrate-tracker-default-statuses WS
- migrate-recruiting-default-statuses WS
- migrate-leads-default-statuses WS
- migrate-all-default-statuses WS
- migrate-all-default-statuses-everywhere
Basically, they migrate the corresponding types (projects/types) and all related objects to use the well-known IDs.
These commands MUST be run before the next workspace upgrade. Otherwise, some data will be LOST during the upgrade
E.g. run:
rushx run-local migrate-all-default-statuses-everywhere > migration.log
To migrate and write all logs into migration.log file. One can then verify if everything is migrated successfully based on the log file.
Related to: https://front.hc.engineering/workbench/platform/tracker/UBERF-6576