Skip to content

Commit

Permalink
fix RemoteLinkStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelfail committed Jun 18, 2020
1 parent de60bbe commit 607c9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ type RemoteLinkIcon struct {

// RemoteLinkStatus if the link is a resolvable object (issue, epic) - the structure represent its status
type RemoteLinkStatus struct {
Resolved bool
Icon *RemoteLinkIcon
Resolved bool `json:"resolved,omitempty" structs:"resolved,omitempty"`
Icon *RemoteLinkIcon `json:"icon,omitempty" structs:"icon,omitempty"`
}

// GetWithContext returns a full representation of the issue for the given issue key.
Expand Down

0 comments on commit 607c9e4

Please sign in to comment.