From 379887e1c88932902c510ca569f8b30bbdb22604 Mon Sep 17 00:00:00 2001 From: meichler Date: Mon, 19 Aug 2024 15:54:31 +0300 Subject: [PATCH 1/2] Add note about system fields --- docs/incidents/incident-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/incidents/incident-fields.md b/docs/incidents/incident-fields.md index e3df8e059..4b02cf129 100644 --- a/docs/incidents/incident-fields.md +++ b/docs/incidents/incident-fields.md @@ -24,7 +24,7 @@ You can now use the custom field in your incident type layouts. There are different types of Incident Fields. You should define the Field Type according to the information that the field will contain. Valid field types are: -* Short Text (maximum of 60,000 characters) +* Short Text (maximum of 60,000 characters), Note system fields (like incident name) have a limit of 600 characters. * Long Text * Number - can contain any number. The default number is 0 thus this field cannot be mandatory as it has a default value. Any quantity can be used. * Boolean (checkbox) From 83058b978a36c4ad6351650f8a7616c23faea12e Mon Sep 17 00:00:00 2001 From: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:18:16 +0300 Subject: [PATCH 2/2] Update docs/incidents/incident-fields.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> --- docs/incidents/incident-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/incidents/incident-fields.md b/docs/incidents/incident-fields.md index 4b02cf129..b39ae0aaf 100644 --- a/docs/incidents/incident-fields.md +++ b/docs/incidents/incident-fields.md @@ -24,7 +24,7 @@ You can now use the custom field in your incident type layouts. There are different types of Incident Fields. You should define the Field Type according to the information that the field will contain. Valid field types are: -* Short Text (maximum of 60,000 characters), Note system fields (like incident name) have a limit of 600 characters. +* Short Text (maximum of 60,000 characters). Note: System fields (like incident name) have a limit of 600 characters. * Long Text * Number - can contain any number. The default number is 0 thus this field cannot be mandatory as it has a default value. Any quantity can be used. * Boolean (checkbox)