0
votes

I have a requirement to assign a VSTS bug item to be fixed in next release using VSTS Rest API. I'm assuming "Microsoft.VSTS.Build.IntegrationBuild" is the field to update with next release version. However this field is not available in VSTS bug item UI(Build and test integration field reference). I also need to retrieve the next release information for the project via VSTS API, Is it possible to do this with current VSTS Rest API? Please advice.

Thanks in advance.

1
There isn't any way to link a bug to a release.Eddie Chen - MSFT

1 Answers

1
votes

There isn’t the REST API to link bug work item to release. Also, we can’t to do it through UI (e.g. web access)

The work item be linked to the build can be track in the release. So you can link work item to changeset (REST API or manually), then the build associate to this changeset will associate that work item. enter image description here