Replies: 1 comment
-
Are you a collection admin on both the source and the target? if not, it will not authenticate for WorkItemStore. See https://devopsmigration.io/docs/setup/permissions/ |
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.
-
@MrHinsh I'm using the TfsWorkItemMigrationProcessor (version 16.0.9) to migrate work items between two projects. The tool is configured with separate access tokens for the source and target projects.
When the migration starts, it successfully connects to both the source and target. It’s able to retrieve area paths and iterations from both sides without any issues. However, when it tries to fetch work items from the source project, I get the following error:
Questions:
What might cause the token to be authorized for some operations (like retrieving areas and iterations) but unauthorized for reading work items?
Are different permissions or access levels required for accessing work items specifically?
Is there a way to debug or log the underlying permissions or failed calls to better diagnose this?
Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions