mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-10 22:21:36 +02:00
Merge pull request #207 from Rambatino/added_rendered_field
Added new rendered field: Description
This commit is contained in:
1
issue.go
1
issue.go
@@ -219,6 +219,7 @@ type IssueRenderedFields struct {
|
|||||||
Duedate string `json:"duedate,omitempty" structs:"duedate,omitempty"`
|
Duedate string `json:"duedate,omitempty" structs:"duedate,omitempty"`
|
||||||
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
|
Updated string `json:"updated,omitempty" structs:"updated,omitempty"`
|
||||||
Comments *Comments `json:"comment,omitempty" structs:"comment,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.
|
// IssueType represents a type of a JIRA issue.
|
||||||
|
Reference in New Issue
Block a user