diff --git a/bitbucket-server/payload.go b/bitbucket-server/payload.go index 20f7e8d..f71553d 100644 --- a/bitbucket-server/payload.go +++ b/bitbucket-server/payload.go @@ -220,6 +220,7 @@ type PullRequest struct { FromRef RepositoryReference `json:"fromRef"` ToRef RepositoryReference `json:"toRef"` Locked bool `json:"locked"` + Draft bool `json:"draft"` Author PullRequestParticipant `json:"author"` Reviewers []PullRequestParticipant `json:"reviewers"` Participants []PullRequestParticipant `json:"participants"`