Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
623 stars 241 forks source link

[Feature Request] Command to get workitems between builds #744

Open atbagga opened 5 years ago

atbagga commented 5 years ago

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?

geverghe commented 5 years ago

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

johndowns commented 5 years ago

@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.

markdebruijne commented 5 years ago

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.