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.
2 parents 48ad836 + 4c422a4 commit a4321efCopy full SHA for a4321ef
1 file changed
issue.go
@@ -219,6 +219,7 @@ type IssueRenderedFields struct {
219
Duedate string `json:"duedate,omitempty" structs:"duedate,omitempty"`
220
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
221
Comments *Comments `json:"comment,omitempty" structs:"comment,omitempty"`
222
+ Description string `json:"description,omitempty" structs:"description,omitempty"`
223
}
224
225
// IssueType represents a type of a JIRA issue.
0 commit comments