Custom field
Created Custom Field
Payload example:
📘This event is being sent when a new custom field is created.
Event name
custom_field.created
Payload fields
id
integer
Custom field ID
title
string
Custom field title
isRequired
boolean
A boolean value that indicates, that custom field should be filled on case create/update page.
isFilterable
boolean
A boolean value that indicates, that custom field will be shown in filters
isVisible
boolean
A boolean value that indicates, that custom field will be visible in preview and on test case page.
default_value
string
Default value for custom field
value
string
type
string
Custom field type. Available values: number
, string
, text
, selectbox
, checkbox
.
entity
string
Custom field entity. Available values: case
, defect
, run
Deleted Custom Field
Payload example:
📘This event is being sent when a custom field is deleted.
Event name
custom_field.deleted
Payload fields
id
integer
Custom field ID
title
string
Custom field title
isRequired
boolean
A boolean value that indicates, that custom field should be filled on case create/update page.
isFilterable
boolean
A boolean value that indicates, that custom field will be shown in filters
isVisible
boolean
A boolean value that indicates, that custom field will be visible in preview and on test case page.
default_value
string
Default value for custom field
value
string
type
string
Custom field type. Available values: number
, string
, text
, selectbox
, checkbox
.
entity
string
Custom field entity. Available values: case
, defect
, run
Updated Custom Field
Payload example:
📘This event is being sent when a custom field is updated.
Event name
custom_field.updated
Payload fields
id
integer
Custom field ID
title
string
Custom field title
isRequired
boolean
A boolean value that indicates, that custom field should be filled on case create/update page.
isFilterable
boolean
A boolean value that indicates, that custom field will be shown in filters
isVisible
boolean
A boolean value that indicates, that custom field will be visible in preview and on test case page.
default_value
string
Default value for custom field
value
string
type
string
Custom field type. Available values: number
, string
, text
, selectbox
, checkbox
.
entity
string
Custom field entity. Available values: case
, defect
, run
Last updated