You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| savedObjectId | The id of the saved object. | string |
564
-
| title | The title of the case. | string _(optional)_|
565
-
| description | The description of the case. | string _(optional)_|
566
+
| title | The title of the incident.| string _(optional)_|
567
+
| description | The description of the incident.| string _(optional)_|
566
568
| comment | A comment. | string _(optional)_|
567
569
| comments | The comments of the case. A comment is of the form `{ commentId: string, version: string, comment: string }`. | object[]_(optional)_|
568
570
| externalId | The id of the incident in ServiceNow. If presented the incident will be update. Otherwise a new incident will be created. | string _(optional)_|
@@ -601,16 +603,16 @@ The Jira action uses the [V2 API](https://developer.atlassian.com/cloud/jira/pla
| savedObjectId | The id of the saved object | string |
607
-
| title | The title of the case | string _(optional)_|
608
-
| description | The description of the case | string _(optional)_|
609
-
| externalId | The id of the incident in Jira. If presented the incident will be update. Otherwise a new incident will be created. | string _(optional)_|
610
-
| issueType | The id of the issue type in Jira. | string _(optional)_|
611
-
| priority | The name of the priority in Jira. Example: `Medium`. | string _(optional)_|
612
-
| labels | An array of labels. | string[]_(optional)_|
613
-
| comments | The comments of the case. A comment is of the form `{ commentId: string, version: string, comment: string }`| object[]_(optional)_|
| incidentConfiguration |Case configuration object. The object should contain an attribute called `mapping`. A `mapping` is an array of objects. Each mapping object should be of the form `{ source: string, target: string, actionType: string }`. `source` is the Case field. `target` is the Jira field where `source` will be mapped to. `actionType` can be one of `nothing`, `overwrite` or `append`. For example the `{ source: 'title', target: 'summary', actionType: 'overwrite' }` record, inside mapping array, means that the title of a case will be mapped to the short description of an incident in IBM Resilient and will be overwrite on each update. | object |
| incidentConfiguration |Optional property and specific to **Cases only**. If defined, the object should contain an attribute called `mapping`. A `mapping` is an array of objects. Each mapping object should be of the form `{ source: string, target: string, actionType: string }`. `source` is the Case field. `target` is the Jira field where `source` will be mapped to. `actionType` can be one of `nothing`, `overwrite` or `append`. For example the `{ source: 'title', target: 'summary', actionType: 'overwrite' }` record, inside mapping array, means that the title of a case will be mapped to the short description of an incident in IBM Resilient and will be overwrite on each update. | object |
| savedObjectId | The id of the saved object | string |
655
-
| title | The title of the case | string _(optional)_|
656
-
| description | The description of the case | string _(optional)_|
657
-
| comments | The comments of the case. A comment is of the form `{ commentId: string, version: string, comment: string }`| object[]_(optional)_|
657
+
| title | The title of the incident| string _(optional)_|
658
+
| description | The description of the incident| string _(optional)_|
659
+
| comments | The comments of the incident. A comment is of the form `{ commentId: string, version: string, comment: string }`| object[]_(optional)_|
658
660
| externalId | The id of the incident in IBM Resilient. If presented the incident will be update. Otherwise a new incident will be created. | string _(optional)_|
661
+
| incidentTypes | An array with the ids of IBM Resilient incident types. | number[]_(optional)_|
662
+
| severityCode | IBM Resilient id of the severity code. | number _(optional)_|
0 commit comments