Add bool to custom field - this isn't good long term?

This commit is contained in:
Steven Polley 2018-07-30 12:44:35 -06:00
parent 5acbb39d8f
commit b6d96444b5
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ type Ticket struct {
Type string `json:"type"`
EntryMethod string `json:"entryMethod"`
NumberOfDecimals int `json:"numberOfDecimals"`
Value bool `json:"value"`
} `json:"customFields"`
RequiredDate time.Time `json:"requiredDate,omitempty"`
BudgetHours float64 `json:"budgetHours,omitempty"`