Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdEdit ¶
Types ¶
type ContentUpdate ¶
type ContentUpdate struct {
Raw string `json:"raw"`
}
type EditOptions ¶
type IssueUpdatePayload ¶
type IssueUpdatePayload struct {
Title string `json:"title,omitempty"`
Content *ContentUpdate `json:"content,omitempty"`
State string `json:"state,omitempty"`
Priority string `json:"priority,omitempty"`
Kind string `json:"kind,omitempty"`
Assignee *UserRef `json:"assignee,omitempty"`
}
IssueUpdatePayload represents the fields that can be updated on an issue
Click to show internal directories.
Click to hide internal directories.