Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client ...
func (*Client) PostIssueFixVersion ¶
func (client *Client) PostIssueFixVersion(fixVersion []FixVersion) error
PostIssueFixVersion ...
type JsonFixVersion ¶
type JsonFixVersion struct {
Set []Set `json:"set"`
}
type TransitionRequest ¶
type TransitionRequest struct {
Update Update `json:"update"`
}
------------------------------------- -- Private methods
type Update ¶
type Update struct {
FixVersion []JsonFixVersion `json:"fixVersions"`
}
Click to show internal directories.
Click to hide internal directories.