Skip to content

Commit

Permalink
Merge pull request #207 from Rambatino/added_rendered_field
Browse files Browse the repository at this point in the history
Added new rendered field: Description
  • Loading branch information
ghostsquad authored Apr 23, 2019
2 parents 48ad836 + 4c422a4 commit a4321ef
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 @@ -219,6 +219,7 @@ type IssueRenderedFields struct {
Duedate string `json:"duedate,omitempty" structs:"duedate,omitempty"`
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
Comments *Comments `json:"comment,omitempty" structs:"comment,omitempty"`
Description string `json:"description,omitempty" structs:"description,omitempty"`
}

// IssueType represents a type of a JIRA issue.
Expand Down

0 comments on commit a4321ef

Please sign in to comment.