Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab/ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
CURRENT_BRANCH_NAME: $INFRA_BRANCH
CURRENT_BRANCH_NAME: content_docs_shared_ci

include:
- file: "/.gitlab/ci/content-docs/.gitlab-ci.yml"
ref: $INFRA_BRANCH
ref: content_docs_shared_ci
project: "${CI_PROJECT_NAMESPACE}/infra"
2 changes: 1 addition & 1 deletion docs/incidents/incident-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: incident-fields
title: Working with Incident Fields
---
Incident Fields are used for accepting or populating incident data coming from incidents. You create fields for information you know will be coming from 3rd party integrations and in which you want to insert the information. The fields are added to Incident Type layouts and are mapped using the Classification and Mapping feature. In addition, Incident Fields can be populated by the incident team members during an investigation, at the beginning of the investigation or prior to closing the investigation.

TEST
You can set and update all system incident fields using the `setIncident` command, of which each field is a command argument.

**Note**: Creating Incident Fields should be an iterative process in which you continue to create fields as you gain a better understanding of your needs and the information available in the 3rd-party integrations that you use. There are many fields already available as part of common Content packs. Before creating a new Incident Field try checking if there is an existing field, which matches your needs. Starting with Server version 6.1, you can search for packs according to `Incident fields` name by modifying the `Search in` selection. Screenshot:
Expand Down
Loading