diff --git a/issue.go b/issue.go index 6a677b3..deeb572 100644 --- a/issue.go +++ b/issue.go @@ -171,7 +171,7 @@ type IssueLink struct { Type IssueLinkType `json:"type"` OutwardIssue Issue `json:"outwardIssue"` InwardIssue Issue `json:"inwardIssue"` - Comment Comment `json:"comment"` + Comment Comment `json:"comment"` } // IssueLinkType represents a type of a link between to issues in JIRA. diff --git a/issue_test.go b/issue_test.go index ada6549..390aeb2 100644 --- a/issue_test.go +++ b/issue_test.go @@ -64,7 +64,7 @@ func TestIssueAddComment(t *testing.T) { c := &Comment{ Body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper.", Visibility: CommentVisibility{ - Type: "role", + Type: "role", Value: "Administrators", }, } @@ -100,7 +100,7 @@ func TestIssueAddLink(t *testing.T) { Comment: Comment{ Body: "Linked related issue!", Visibility: CommentVisibility{ - Type: "group", + Type: "group", Value: "jira-software-users", }, }, @@ -115,4 +115,4 @@ func TestIssueAddLink(t *testing.T) { if err != nil { t.Error("Error given: %s", err) } -} \ No newline at end of file +}