Add bool to custom field - this isn't good long term?
This commit is contained in:
parent
5acbb39d8f
commit
b6d96444b5
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user