Skip to content

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cloud/issue.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ type Comment struct {
480480
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
481481
Created string `json:"created,omitempty" structs:"created,omitempty"`
482482
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"`
483486
}
484487

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

onpremise/issue.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ type Comment struct {
480480
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
481481
Created string `json:"created,omitempty" structs:"created,omitempty"`
482482
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"`
483486
}
484487

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

0 commit comments

Comments
 (0)