'IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, "time to SLA" countdown will appear on all new incidents.',
),
checkboxDetail:s__(
'IncidentSettings|When activated, this will apply to all new incidents within the project',
),
validFeedback:s__('IncidentSettings|Time limit must be a multiple of 15 minutes'),
exports[`Alert integration settings form should match the default snapshot 1`] = `
<gl-tab-stub
title="Incident settings"
>
<gl-form-stub
class="gl-pt-3"
>
<p
class="gl-line-height-20"
>
You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, "time to SLA" countdown will appear on all new incidents.
</p>
<gl-form-checkbox-stub
checked="true"
class="gl-my-4"
>
<span>
Activate "time to SLA" countdown timer
</span>
<gl-form-text-stub
class="gl-font-base gl-text-gray-400"
tag="small"
textvariant="muted"
>
When activated, this will apply to all new incidents within the project
msgid "IncidentSettings|Activate \"time to SLA\" countdown timer"
msgstr ""
msgid "IncidentSettings|Alert integration"
msgstr ""
msgid "IncidentSettings|Grafana integration"
msgstr ""
msgid "IncidentSettings|Incident settings"
msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
...
...
@@ -13743,6 +13749,30 @@ msgstr ""
msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents."
msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
msgstr ""
msgid "IncidentSettings|Time limit must be a valid number"
msgstr ""
msgid "IncidentSettings|Time limit must be greater than 0"
msgstr ""
msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
msgstr ""
msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."