mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-01-10 00:28:02 +02:00
Expose comment ID
This commit is contained in:
parent
f416dd0221
commit
4b095a159b
1
issue.go
1
issue.go
@ -248,6 +248,7 @@ type IssueLinkType struct {
|
|||||||
|
|
||||||
// Comment represents a comment by a person to an issue in JIRA.
|
// Comment represents a comment by a person to an issue in JIRA.
|
||||||
type Comment struct {
|
type Comment struct {
|
||||||
|
ID string `json:"id,omitempty"`
|
||||||
Self string `json:"self,omitempty"`
|
Self string `json:"self,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Author User `json:"author,omitempty"`
|
Author User `json:"author,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user