microsoft / process-migrator

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

Unrecognized value 'whenCurrentUserIsNotMemberOfGroup' for property condition.conditionType. #62

Open mauricionit opened 3 years ago

mauricionit commented 3 years ago

I'm running a migration, the process.log says:

[VERBOSE] [2021-09-21T21:12:19.564Z] Begin step 'Create rule 'd6707080-f015-4711-8f04-136373a3966c' in work item type 'Test.Blazers''.
[VERBOSE] [2021-09-21T21:12:19.826Z] Exception message:VS1640105: Unrecognized value 'whenCurrentUserIsNotMemberOfGroup' for property condition.conditionType.
Call stack:Error: VS1640105: Unrecognized value 'whenCurrentUserIsNotMemberOfGroup' for property condition.conditionType.
    at RestClient.<anonymous> (/Users/mauriciohernandez/Documents/projects/az-devops/process-templates/process-migrator-lambda/process-migrator/node_modules/azure-devops-node-api/node_modules/typed-rest-client/RestClient.js:173:31)
    at Generator.next (<anonymous>)
    at fulfilled (/Users/user/Documents/projects/epam/bayer/az-devops/process-templates/process-migrator-lambda/process-migrator/node_modules/azure-devops-node-api/node_modules/typed-rest-client/RestClient.js:6:58)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

and the process.json says:

{
        "conditionType": "whenCurrentUserIsNotMemberOfGroup",
        "field": null,
        "value": "f61824ac-44b2-42b2-be41-bd715dc04534"
}