Documentation ¶
Index ¶
Constants ¶
View Source
const ( URI = "/api/1.0/tasks" ResourceSubtype = "default_task" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { ResourceSubtype string `json:"resource_subtype"` Assignee string `json:"assignee"` Name string `json:"name"` Completed bool `json:"completed"` DueOn string `json:"due_on"` Liked bool `json:"linked"` // Notes refer to the content of each Ticket Notes string `json:"notes"` StartOn string `json:"start_on"` CustomFields map[string]string `json:"custom_fields"` Projects []string `json:"projects"` Workspace string `json:"workspace"` TicketID string `json:"-"` TicketType string `json:"-"` // contains filtered or unexported fields }
func (*Request) GetPAToken ¶
func (*Request) SetPAToken ¶
Click to show internal directories.
Click to hide internal directories.