Update comment on custom field

This commit is contained in:
Steven Polley 2018-08-05 17:00:58 -06:00
parent 04e889c444
commit 8ccc2ad170
1 changed files with 2 additions and 1 deletions

View File

@ -260,7 +260,8 @@ type Ticket struct {
Type string `json:"type"`
EntryMethod string `json:"entryMethod"`
NumberOfDecimals int `json:"numberOfDecimals"`
Value bool `json:"value"`
//It's not always a string. I need to somehow *puts on sunglasses*... reflect on this as this is a dynamic type.
Value string `json:"value"`
} `json:"customFields"`
RequiredDate time.Time `json:"requiredDate,omitempty"`
BudgetHours float64 `json:"budgetHours,omitempty"`