Skip to content

Commit a4321ef

Browse files
authored
Merge pull request #207 from Rambatino/added_rendered_field
Added new rendered field: Description
2 parents 48ad836 + 4c422a4 commit a4321ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

issue.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ type IssueRenderedFields struct {
219219
Duedate string `json:"duedate,omitempty" structs:"duedate,omitempty"`
220220
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
221221
Comments *Comments `json:"comment,omitempty" structs:"comment,omitempty"`
222+
Description string `json:"description,omitempty" structs:"description,omitempty"`
222223
}
223224

224225
// IssueType represents a type of a JIRA issue.

0 commit comments

Comments
 (0)