'What is ReleaseDeployPhase.runPlanId and how it can be used?
The ReleaseDeployPhase object schema is documented here - https://docs.microsoft.com/en-us/rest/api/azure/devops/release/releases/get-release-environment?view=azure-devops-rest-7.1#releasedeployphase
It contains a GUID field runPlanId. What is this field and how can we use it in REST API?
Solution 1:[1]
It's very likely used by the test plan integration capabilities. When a test plan is used to trigger a release, the runPlanId is populated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Daniel Mann |
