Documentation
¶
Index ¶
- func Apply(option *ApplyOption) error
- func Assign() error
- func BatchDelete(issueSlice []jira.Issue)
- func Delete(option *DeleteOption) error
- func Epic() error
- func Export() error
- func List(option *issue.Search) error
- func NewCommandApply() *cobra.Command
- func NewCommandAssign() *cobra.Command
- func NewCommandDelete() *cobra.Command
- func NewCommandEpic() *cobra.Command
- func NewCommandExport() *cobra.Command
- func NewCommandList() *cobra.Command
- func NewCommandStatus() *cobra.Command
- func NewCommandUpdate() *cobra.Command
- func SelectAssignee() (*jira.User, error)
- func Status() error
- func Update() error
- type ApplyCommand
- type ApplyOption
- type AssignCommand
- type DeleteCommand
- type DeleteOption
- type EpicCommand
- type ExportCommand
- type ListCommand
- type StatusCommand
- type UpdateCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(option *ApplyOption) error
func BatchDelete ¶
func BatchDelete(issueSlice []jira.Issue)
func Delete ¶
func Delete(option *DeleteOption) error
func NewCommandApply ¶
func NewCommandAssign ¶
func NewCommandDelete ¶
func NewCommandEpic ¶
func NewCommandExport ¶
func NewCommandList ¶
func NewCommandStatus ¶
func NewCommandUpdate ¶
func SelectAssignee ¶
func SelectAssignee() (*jira.User, error)
Types ¶
type ApplyCommand ¶
type ApplyCommand struct { Value *issue.ApplyValue Result []jira.Issue }
func (*ApplyCommand) Response ¶
func (cmd *ApplyCommand) Response() error
type ApplyOption ¶
type ApplyOption struct {
FilePath string
}
type AssignCommand ¶
type AssignCommand struct { Issue *jira.Issue Assignee *jira.User }
func (*AssignCommand) Response ¶
func (cmd *AssignCommand) Response() error
type DeleteCommand ¶
type DeleteCommand struct {
Issue jira.Issue
}
func (*DeleteCommand) Response ¶
func (cmd *DeleteCommand) Response() error
type DeleteOption ¶
type EpicCommand ¶
type EpicCommand struct {
Result []jira.Issue
}
func (*EpicCommand) BeforeRequest ¶
func (cmd *EpicCommand) BeforeRequest(s *spinner.Spinner) *spinner.Spinner
func (*EpicCommand) Response ¶
func (cmd *EpicCommand) Response() error
type ExportCommand ¶
type ExportCommand struct { Issue *jira.Issue Transition *jira.Transition }
func (*ExportCommand) Response ¶
func (cmd *ExportCommand) Response() error
type ListCommand ¶
func (*ListCommand) Response ¶
func (cmd *ListCommand) Response() error
type StatusCommand ¶
type StatusCommand struct { Issue *jira.Issue Transition *jira.Transition }
func (*StatusCommand) Response ¶
func (cmd *StatusCommand) Response() error
type UpdateCommand ¶
type UpdateCommand struct { Value *jira.Issue Result []jira.Issue }
func (*UpdateCommand) Response ¶
func (cmd *UpdateCommand) Response() error
Click to show internal directories.
Click to hide internal directories.