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 4aefbf1 commit db895efCopy full SHA for db895ef
gitlab/payload.go
@@ -730,6 +730,7 @@ type ObjectAttributes struct {
730
Target Target `json:"target"`
731
LastCommit LastCommit `json:"last_commit"`
732
Assignee Assignee `json:"assignee"`
733
+ DiscussionID string `json:"discussion_id"` // thread id
734
}
735
736
// PipelineObjectAttributes contains pipeline specific GitLab object attributes information
0 commit comments