1
0
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:
Kenny Levinsen 2016-06-07 22:07:44 +02:00
parent f416dd0221
commit 4b095a159b

View File

@ -248,6 +248,7 @@ type IssueLinkType struct {
// Comment represents a comment by a person to an issue in JIRA.
type Comment struct {
ID string `json:"id,omitempty"`
Self string `json:"self,omitempty"`
Name string `json:"name,omitempty"`
Author User `json:"author,omitempty"`