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"`
|
Type string `json:"type"`
|
||||||
EntryMethod string `json:"entryMethod"`
|
EntryMethod string `json:"entryMethod"`
|
||||||
NumberOfDecimals int `json:"numberOfDecimals"`
|
NumberOfDecimals int `json:"numberOfDecimals"`
|
||||||
|
Value bool `json:"value"`
|
||||||
} `json:"customFields"`
|
} `json:"customFields"`
|
||||||
RequiredDate time.Time `json:"requiredDate,omitempty"`
|
RequiredDate time.Time `json:"requiredDate,omitempty"`
|
||||||
BudgetHours float64 `json:"budgetHours,omitempty"`
|
BudgetHours float64 `json:"budgetHours,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user