microsoft / microsoft/process-migrator

Error -

Open
#61 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
113
Forks
61
PR merge metrics
No merged PRs in 30d

Description

I receive the error when trying to migrate an inherited process. I have provided the configuration contents (removed personal settings) below. I copied and pasted the URL from the ADO site, so am wondering is it supposed to be something different. I have been unable to find any examples of a filled out configuration file.

[Configuration validation] Missing or invalid source account url: 'Required in 'export'/'migrate' mode, source account url.'

{
"sourceAccountUrl": "https://dev.azure.com/MyOrganizationName/Test01",
"sourceAccountToken": "[Copied from Azure DevOps when created]",
"targetAccountUrl": "https://dev.azure.com/MyOrganizationName/Test02",
"targetAccountToken": "[Copied from Azure DevOps when created]",
"sourceProcessName": "NewTemplate",
"targetProcessName": "Set to override process name on import, remove from param name",
"options": {
"processFilename": "Set to override default export file name, remove from param name",
"logLevel":"Set to override default log level (Information), remove from param name",
"logFilename":"Set to override default log file name, remove from param name",
"overwritePicklist": false
}
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start by reproducing the validation error with the configuration shown and trace the configuration parsing and validation entry point; done means determining why sourceAccountUrl is rejected and recording the expected configuration or a verified fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
nodejs, typescript
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.