From 4c422a434959b0f4d3ee3089b80f579ba942a14c Mon Sep 17 00:00:00 2001 From: Mark Ramotowski Date: Mon, 22 Apr 2019 23:43:06 +1200 Subject: [PATCH] Added new rendered field: Description --- issue.go | 1 + 1 file changed, 1 insertion(+) diff --git a/issue.go b/issue.go index 61ba6a0..9e21fba 100644 --- a/issue.go +++ b/issue.go @@ -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.