mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-17 20:47:57 +02:00
Merge pull request #207 from Rambatino/added_rendered_field
Added new rendered field: Description
This commit is contained in:
commit
a4321ef334
1
issue.go
1
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user