Custom Field
Example
Fields
Field | Type | Comments |
---|---|---|
assignedCategoryIds | array of integers | Ids of categories which tickets should contain this field (Obsolete) |
defaultValue | string | string containing default value. Format of string depends on field type (correct formats can be checked in this document) |
id | integer | Unique Id of custom field |
isHidden | boolean | If |
isRequired | boolean | If |
isSensitiveData | boolean | If |
name | string | Name of custom field |
order | integer | Order of showing on web forms or other public places. (fields with less number will be shown before fields with bigger) |
placeholder | string | Text of placeholder of field |
possibleValues | array of Possible Values models | Array of possible value for custom field |
type | string | Type of custom field (ex. "text_input", "email", "date") List of all possible type can be found in this document |
value | string | String containing value. Format of string depends on field type (correct formats can be checked in this document) |
Last updated