How to migrate work item type from AzDO process to another AzDO process. #1450
Unanswered
williamhcq
asked this question in
Q&A
Replies: 1 comment
-
Please add the log for this run with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using below configuration but not able to migrate work item type to new AzDO organization
{
"GitRepoMapping": null,
"LogLevel": "Verbose",
"CommonEnrichersConfig": null,
"Processors": [
],
"Version": "12.0",
"workaroundForQuerySOAPBugEnabled": false,
"WorkItemTypeDefinition": {
"sourceWorkItemTypeName": "targetWorkItemTypeName"
},
"Endpoints": {
"AzureDevOpsEndpoints": [
{
"Name": "ProcessSource",
"Organisation": "SOURCE URL",
"Project": "SOURCE PROJECT",
"AuthenticationMode": "AccessToken",
"AccessToken": "SOURCE PAT",
"PersonalAccessToken": "SOURCE PAT"
},
{
"Name": "ProcessTarget",
"Organisation": "TARGET URL",
"Project": "TARGET PROJECT",
"AuthenticationMode": "AccessToken",
"AccessToken": "TARGET PAT",
"PersonalAccessToken": "TARGET PAT"
}
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions