Skip to content

Commit

Permalink
Merge pull request andygrunwald#303 from kernelfail/master
Browse files Browse the repository at this point in the history
fix RemoteLinkStatus
  • Loading branch information
fffinkel authored Oct 25, 2020
2 parents 5d5f811 + 607c9e4 commit a39d6d2
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 a39d6d2

Please sign in to comment.