@if (!result) { } @if (result && result.incident && result.incident.ServicenowIncident) { {{ t('Incident overview') }} @if (result.incident.ServicenowIncident.resolution_code) { } @if (result.incident.ServicenowIncident.resolution_notes) { }
{{ t('Number') }} {{ result.incident.ServicenowIncident.incident_id }}
{{ t('State') }} {{ result.incident.ServicenowIncident.state }}
{{ t('Resolution code') }} {{ result.incident.ServicenowIncident.resolution_code }}
{{ t('Resolution notes') }} {{ result.incident.ServicenowIncident.resolution_notes }}
{{ t('URL') }} @if (result.globalsettings.ServicenowSettings.domain) { }
} @if (result && result.settings && allowEdit()) {
{{ t('Edit Service-Specific Settings') }}
{{ t('Impact defines the effect that the task has on business Including urgency used for priority calculating') }} {{ t('(More information)') }}
{{ t('Urgency defines the extent to which the task resolution can be delayed Including impact used for priority calculating') }} {{ t('(More information)') }}
{{ t('ServiceNow Incident Assignment Group') }}
{{ t('ServiceNow Incident Assigned To (automatically sets status to "In progress")') }}
{{ t('ServiceNow Incident Business Service') }}
}