1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-29 00:21:53 +02:00

Added new rendered field: Description

This commit is contained in:
Mark Ramotowski
2019-04-22 23:43:06 +12:00
parent 48ad836865
commit 4c422a4349

View File

@ -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.