You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There are a large number of transactions with ADO to add "revisions" to a work item where nothing changes. This slows down the import into ADO and triggers a resource consumption limit on the ADO server.
Describe the solution you'd like
Don't import revisions where no change occurs
Describe alternatives you've considered
A script to parse the json files and remove superfluous revisions
The text was updated successfully, but these errors were encountered:
I've done some more checking and found that the revisions where nothing changes are due to incorrect field mapping on my side, but it would be useful to have the option to exclude certain changes, such as changes to time spent, time remaining, etc.
These changes cause thousands of extra updates during the import in my case, which slows the import down and could be excluded, if others have the same problem?
Is your feature request related to a problem? Please describe.
There are a large number of transactions with ADO to add "revisions" to a work item where nothing changes. This slows down the import into ADO and triggers a resource consumption limit on the ADO server.
Describe the solution you'd like
Don't import revisions where no change occurs
Describe alternatives you've considered
A script to parse the json files and remove superfluous revisions
The text was updated successfully, but these errors were encountered: