Skip to content

Commit

Permalink
added properties[] to comments, according to
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarggraf committed Jun 9, 2021
1 parent 64b35e4 commit b772f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ type Comment struct {
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
Created string `json:"created,omitempty" structs:"created,omitempty"`
Visibility CommentVisibility `json:"visibility,omitempty" structs:"visibility,omitempty"`
Properties []EntityProperty `json:"properties,omitempty"`
}

// FixVersion represents a software release in which an issue is fixed.
Expand Down

0 comments on commit b772f85

Please sign in to comment.