We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d182a commit 70bd9a7Copy full SHA for 70bd9a7
bitbucket-server/payload.go
@@ -220,6 +220,7 @@ type PullRequest struct {
220
FromRef RepositoryReference `json:"fromRef"`
221
ToRef RepositoryReference `json:"toRef"`
222
Locked bool `json:"locked"`
223
+ Draft bool `json:"draft"`
224
Author PullRequestParticipant `json:"author"`
225
Reviewers []PullRequestParticipant `json:"reviewers"`
226
Participants []PullRequestParticipant `json:"participants"`
0 commit comments