File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,9 @@ type Comment struct {
480
480
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
481
481
Created string `json:"created,omitempty" structs:"created,omitempty"`
482
482
Visibility CommentVisibility `json:"visibility,omitempty" structs:"visibility,omitempty"`
483
+
484
+ // A list of comment properties. Optional on create and update.
485
+ Properties []EntityProperty `json:"properties,omitempty" structs:"properties,omitempty"`
483
486
}
484
487
485
488
// FixVersion represents a software release in which an issue is fixed.
Original file line number Diff line number Diff line change @@ -480,6 +480,9 @@ type Comment struct {
480
480
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
481
481
Created string `json:"created,omitempty" structs:"created,omitempty"`
482
482
Visibility CommentVisibility `json:"visibility,omitempty" structs:"visibility,omitempty"`
483
+
484
+ // A list of comment properties. Optional on create and update.
485
+ Properties []EntityProperty `json:"properties,omitempty" structs:"properties,omitempty"`
483
486
}
484
487
485
488
// FixVersion represents a software release in which an issue is fixed.
You can’t perform that action at this time.
0 commit comments