🐛 Fix incident urgency and impact values (#2433)

This commit is contained in:
Iván Ovejero 2021-11-19 16:31:52 +01:00 committed by GitHub
parent c574a0d20d
commit f2c8027e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ export const incidentFields = [
options: [
{
name: 'Low',
value: 1,
value: 3,
},
{
name: 'Medium',
@ -194,7 +194,7 @@ export const incidentFields = [
},
{
name: 'High',
value: 3,
value: 1,
},
],
default: '',
@ -240,7 +240,7 @@ export const incidentFields = [
options: [
{
name: 'Low',
value: 1,
value: 3,
},
{
name: 'Medium',
@ -248,7 +248,7 @@ export const incidentFields = [
},
{
name: 'High',
value: 3,
value: 1,
},
],
default: '',
@ -590,7 +590,7 @@ export const incidentFields = [
options: [
{
name: 'Low',
value: 1,
value: 3,
},
{
name: 'Medium',
@ -598,7 +598,7 @@ export const incidentFields = [
},
{
name: 'High',
value: 3,
value: 1,
},
],
default: '',
@ -654,7 +654,7 @@ export const incidentFields = [
options: [
{
name: 'Low',
value: 1,
value: 3,
},
{
name: 'Medium',
@ -662,7 +662,7 @@ export const incidentFields = [
},
{
name: 'High',
value: 3,
value: 1,
},
],
default: '',