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
Node version: 20.11.1
Npm version: 10.2.4
OS and version: Windows
azure-devops-node-api version: 12.4.0
Issue Description
Im trying to change the status of an release from an active state to an abandon state using the azure-devops-node-api, using the releaseapi.updateRelease() function
Expected behaviour
The expected behaviour is that the status of the release changing from active to abandon, and if i get the release information, i get the status as abandoned
Actual behaviour
The updateRelease() executes satisfactory, and when obtaining the release after the execution, it is not noted the difference
Steps to reproduce
Get the release API
Obtain the information about an existing release
Changing the status of the obtained release to the desired state (abandoned)
Usign the updateRelease function, update the release information
Obtain again the information of the release (the status did not change)
Hi @vargdieg, thank you for reporting this issue. We are working on higher-prioritized issues at the moment, but we will get back to this one as soon as possible.
Environment
Node version: 20.11.1
Npm version: 10.2.4
OS and version: Windows
azure-devops-node-api version: 12.4.0
Issue Description
Im trying to change the status of an release from an active state to an abandon state using the azure-devops-node-api, using the releaseapi.updateRelease() function
Expected behaviour
The expected behaviour is that the status of the release changing from active to abandon, and if i get the release information, i get the status as abandoned
Actual behaviour
The updateRelease() executes satisfactory, and when obtaining the release after the execution, it is not noted the difference
Steps to reproduce
Logs
The text was updated successfully, but these errors were encountered: