Custom fields extend incident description information. Flashduty On-call supports integrating most common alert systems, displaying pushed content in Labels. But you may need to record additional information, such as manually marking whether an incident is a false alarm. Custom fields are designed for this purpose.Documentation Index
Fetch the complete documentation index at: https://docs.flashcat.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
Flexible Definition
Create multiple custom fields, define names, types, options, and default values. Supports text, single-select, multi-select, checkbox types
Information Association
Associate incidents with business data like affected systems, geographic location, related customers, whether it’s a false alarm, etc.
Filter and Categorize
Filter and categorize incident views by custom fields, create common filters to efficiently organize and handle incidents
Field Definition Example

Incident Information Association

Filter View by Field

Configuring Fields
Creating Fields
An account supports creating up to 15 custom fields.
Create Field
Click Create Custom Field, enter the following information:
| Configuration | Description | Constraints |
|---|---|---|
| Field Name | Identifies the field in API, cannot be modified after creation | 1-40 characters; letters, digits, and underscores only, and cannot start with a digit (regex: ^[a-zA-Z_][a-zA-Z0-9_]{0,39}$) |
| Display Name | Shown on incident details page, can be modified after creation | 1-40 characters |
| Field Description | Helps incident handlers understand and use this field | Up to 200 characters, optional |
Select Field Type
| Type | Description |
|---|---|
| Text | Plain text input, max 3,000 characters |
| Single-select | Dropdown with single selection, max 20 options, each up to 200 characters |
| Multi-select | Dropdown with multiple selection, max 20 options, each up to 200 characters |
| Checkbox | Checkbox toggle |
Complete Creation
Set options and default values as needed, click Submit to finish.
For single-select and multi-select fields, the default value must be one of the options currently defined on the field. If you delete or modify an option, update the default value accordingly — otherwise the field cannot be saved.
Updating Fields
Only the following can be updated:- Display name
- Field description
- Field options (single-select and multi-select types only)
- Default value
Field updates only affect new incidents, not existing ones.
Deleting Fields
You can initiate deletion from the console at any time.FAQ
Why can't I search incidents by my created field?
Why can't I search incidents by my created field?
Please confirm whether the field type you want to search is Text type. To ensure system stability, searching text type fields is currently not supported.
Related Topics
Search and View Incidents
Learn about incident filtering and viewing features
Handle and Update Incidents
Learn about incident handling workflow