Migration Terminates after connection with no error or anything to console #2092
-
I am trying to do a very simple migration of a single work item to start. I am connecting using an access token which works but then the migration stops with no messages and nothing created. I have not created any iterations or area paths as I believe that is now wrapped into the work item migration processor. The WIQL expression that I am using seems valid as I have used it elsewhere and it works fine. Any help would be much appreciated. I have also tried just using WIQLQueryBit and WIQLOrderBit but get the same result... Configuration.json:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You would need to fork and then clone the repo and dee if you can debug in VS2022 to find the issue... |
Beta Was this translation helpful? Give feedback.
-
Just in case someone else if having the issue. The problem was that I had not provided enough access to the PAT (my org doesn't allow full access). Fixing it up to allow as much as possible got me through. |
Beta Was this translation helpful? Give feedback.
Just in case someone else if having the issue. The problem was that I had not provided enough access to the PAT (my org doesn't allow full access). Fixing it up to allow as much as possible got me through.