Manage custom fields.
Custom fields are used to attach metadata to incidents, which you can use when searching for incidents in the dashboard, triggering workflows, building announcement rules or for your own data needs.
Each field has a type:
Single-select and multi-select fields can also be powered by the Catalog. This will mean a field has a catalog_type_id, which links it to the catalog type that it references.
We may add more custom field types in the future - we'd love to hear any other types you'd like to use!
{- "custom_fields": [
- {
- "catalog_type_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "created_at": "2021-08-17T13:28:57.801578Z",
- "description": "Which team is impacted by this issue",
- "field_type": "single_select",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Affected Team",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
]
}
{- "description": "Which team is impacted by this issue",
- "field_type": "single_select",
- "name": "Affected Team"
}
{- "custom_field": {
- "catalog_type_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "created_at": "2021-08-17T13:28:57.801578Z",
- "description": "Which team is impacted by this issue",
- "field_type": "single_select",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Affected Team",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
}
{- "custom_field": {
- "catalog_type_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "created_at": "2021-08-17T13:28:57.801578Z",
- "description": "Which team is impacted by this issue",
- "field_type": "single_select",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Affected Team",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
}
{- "description": "Which team is impacted by this issue",
- "name": "Affected Team"
}
{- "custom_field": {
- "catalog_type_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "created_at": "2021-08-17T13:28:57.801578Z",
- "description": "Which team is impacted by this issue",
- "field_type": "single_select",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Affected Team",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
}