diff --git a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts index 021a6e4983..5d5ce44656 100644 --- a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts @@ -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: '',