Replies: 1 comment 2 replies
-
If you are moving items from Project A to Project B within the same organisation, you can use the "Move to team project" command on the work items in the UX. For the number of work items you have Id write a PowerShell script to poke the REST API for each work itrem. Should be really fast. The documentation for the REST API sucks so you may want to use the developer tools in Edge to see what its calling when you do it in the UX and replicate that. Funding for us doing work on this tool is generally through 1) customer funding, or 2) donated free time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, we need to move 1.5M work-items within the same organization. Requirement is to preserve IDs, i.e. actually move items, not copy them.
So far we were not able to find the way to do it in the documentation. Is this possible at all? Could someone point us in the right direction?
Thanks in advance!
Igor
Beta Was this translation helpful? Give feedback.
All reactions