how to migrate a project from one org to another when the query limit exceeds 20000 workitems #1033
Replies: 11 comments 5 replies
-
20k is the limit set by the service. https://docs.microsoft.com/en-us/azure/devops/organizations/settings/work/object-limits Are you able to filter by Area Path to reduce the number of items in your query? |
Beta Was this translation helpful? Give feedback.
-
how could i filter and configure my json file by area and iteration paths |
Beta Was this translation helpful? Give feedback.
-
if you could guide me steps it helps alot |
Beta Was this translation helpful? Give feedback.
-
just divide them by different work item types like Epic, feature and so on. have them run sequentially. |
Beta Was this translation helpful? Give feedback.
-
@shiva-gattu change the query! I usually do it by date! |
Beta Was this translation helpful? Give feedback.
-
if we do that can workitems map child parent relations |
Beta Was this translation helpful? Give feedback.
-
Yes, it maps automatically. only when you migratie all work item types |
Beta Was this translation helpful? Give feedback.
-
Hope this will work thank you i just used this "WIQLQueryBit": "AND [System.WorkItemType] NOT IN ('Shared Steps', 'Shared Parameter', 'Bug', 'User Story', 'issue', 'task', 'test case', 'test plan', 'Code Review Request', 'Code Review Response')", |
Beta Was this translation helpful? Give feedback.
-
@shiva-gattu could you please help in this unable to migrate work items unable to find where code review and request and add Reflected work item id |
Beta Was this translation helpful? Give feedback.
-
@MrHinsh Thank you could you please help me out with part of the config file i need to change ? i am really new to this migration |
Beta Was this translation helpful? Give feedback.
-
You should add additional query filters as WIQL to
|
Beta Was this translation helpful? Give feedback.
-
i'm trying to migrate the project from org a to org b using migrationtool and configuring json file. but i face and error that exceed limit value 20000 workitems. is there any way to solve this issue
Beta Was this translation helpful? Give feedback.
All reactions