Azure-devops-cli-extension: [Feature Request] Command to get workitems between builds

Created on 5 Aug 2019  路  3Comments  路  Source: Azure/azure-devops-cli-extension

Copied from issue reported in extensions repository.
https://github.com/Azure/azure-cli-extensions/issues/880#issue-476443830
Is there a way to invoke the Get Work Items Between Builds API using the az devops commands?

Feature

Most helpful comment

@geverghe Sure. I need to prepare release notes to let various people know what's in a new build. Currently I use the Azure DevOps API to read this information from the API, but I had to write a custom PowerShell script to do this. It would be really nice if there was a simple way to use the az CLI to do it - such as az boards work-item list --from-build-id 1234 --to-build-id 1245.

All 3 comments

@johndowns - could you help us with the scenario you are looking at to use this?

@geverghe Sure. I need to prepare release notes to let various people know what's in a new build. Currently I use the Azure DevOps API to read this information from the API, but I had to write a custom PowerShell script to do this. It would be really nice if there was a simple way to use the az CLI to do it - such as az boards work-item list --from-build-id 1234 --to-build-id 1245.

I have to same needs, also "release notes" related.

And in addition to start from a build perspective, I would like to see it from a release point of view. I have Release-43 in production at the moment, what builds (work items) I will ship when I update the environment to Release-47.

Was this page helpful?
0 / 5 - 0 ratings