GitPullRequestCompletionOptions.TransitionWorkItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, we will attempt to transition any work items linked to the pull request into the next logical state (i.e. Active -> Resolved)
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="transitionWorkItems")]
public bool TransitionWorkItems { get; set; }
member this.TransitionWorkItems : bool with get, set
Public Property TransitionWorkItems As Boolean
Property Value
- Attributes