microsoft / process-migrator

Process migrator node.js utility for VSTS inherited process
MIT License
98 stars 54 forks source link

Picklist import error #102

Open Tronko86 opened 6 months ago

Tronko86 commented 6 months ago

the problem still occurs

Call stack:Error: You must provide a value for the Items parameter. at RestClient.<anonymous> (..\process-migrator\node_modules\typed-rest-client\RestClient.js:173:31) at Generator.next (<anonymous>) at fulfilled (..\process-migrator\node_modules\typed-rest-client\RestClient.js:6:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [ERROR] [2024-05-16T21:08:15.023Z] Import failed, see log file for details. Failed to create picklist for field Custom.ImpattineiProcessi, see logs for details.

{ "referenceName": "Custom.ImpattineiProcessi", "name": "Impatti nei Processi", "type": 1, "pickList": { "id": "xxxx", "name": "picklist_8aefa033-e26e-41db-94d4-370bb3990c50", "type": "String", "isSuggested": true, "url": "https://xxxxxxxx.visualstudio.com/_apis/work/processDefinitions/lists/15fa5a9e-82e2-4a28-ba98-788de8dc84d9" }, "readOnly": false, "required": false, "defaultValue": null, "url": "https://xxxxxxxx.visualstudio.com/_apis/work/processDefinitions/c710705b-e398-4cbc-bf23-af1a9795c364/workItemTypes/NPF-Workflow.Feature/fields/Custom.ImpattineiProcessi", "allowGroups": null },

11

AminTi commented 6 months ago

Thanks for reporting this. We will review it and get back to you.