Versions in this module Expand all Collapse all v0 v0.0.2 Feb 1, 2023 v0.0.1 Dec 22, 2022 Changes in this version + var Cmd = &Z.Cmd + var Transitions = Transition + func AutoAssignTicket(issueKey string) error + func MoveTicketStatus(issueKey string, status int) error + type AssignTicketBody struct + AccountID string + type GetTicketResponse struct + Fields struct{ ... } + func GetTicket(issueKey string) (*GetTicketResponse, error) + type MoveTicketBody struct + Transition TransitionBody + type Transition struct + Backlog int + Done int + Homol int + Progress int + ReadyToDo int + Review int + type TransitionBody struct + Id int