mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-04-02 21:55:33 +02:00
commit
a39d6d2037
4
issue.go
4
issue.go
@ -585,8 +585,8 @@ type RemoteLinkIcon struct {
|
|||||||
|
|
||||||
// RemoteLinkStatus if the link is a resolvable object (issue, epic) - the structure represent its status
|
// RemoteLinkStatus if the link is a resolvable object (issue, epic) - the structure represent its status
|
||||||
type RemoteLinkStatus struct {
|
type RemoteLinkStatus struct {
|
||||||
Resolved bool
|
Resolved bool `json:"resolved,omitempty" structs:"resolved,omitempty"`
|
||||||
Icon *RemoteLinkIcon
|
Icon *RemoteLinkIcon `json:"icon,omitempty" structs:"icon,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetWithContext returns a full representation of the issue for the given issue key.
|
// GetWithContext returns a full representation of the issue for the given issue key.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user