mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-07-01 00:25:00 +02:00
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