azure-devops-python-api icon indicating copy to clipboard operation
azure-devops-python-api copied to clipboard

bulk work item API

Open bmc-msft opened this issue 5 years ago • 1 comments

It appears that the bulk work item update is not implemented. Is this on the roadmap for implementation?

bmc-msft avatar Jun 25 '20 13:06 bmc-msft

The bulk work item update REST endpoint was written with a very different pattern from the other Azure DevOps apis. Our code generator was never updated to support this one off pattern. In order to add Python support for this API, we would either need to update the generator to support this, or we would need to manually write the Python code to call the endpoint. The latter is probably more practical, since it only applies to one endpoint. If you would like to create a PR to add this functionality we could add it to the SDK. All code changes need to be in a separate .py file, so the code does not get overwritten on regeneration.

tedchamb avatar Jun 25 '20 14:06 tedchamb