Skip to content

Commit

Permalink
[8.15] [DOCS][ResponseOps][Connectors] Add support of additional fiel…
Browse files Browse the repository at this point in the history
…ds for ServiceNow ITSM and SecOps (#191779) (#194040)

# Backport

This will backport the following commits from `main` to `8.15`:
- [[DOCS][ResponseOps][Connectors] Add support of additional fields for
ServiceNow ITSM and SecOps
(#191779)](#191779)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-25T15:59:24Z","message":"[DOCS][ResponseOps][Connectors]
Add support of additional fields for ServiceNow ITSM and SecOps
(#191779)","sha":"6c291b8af211ac319adb31937eca2015c7c67d7b","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","v9.0.0","docs","Feature:Actions/ConnectorTypes","v8.16.0","backport:version","v8.15.3"],"title":"[DOCS][ResponseOps][Connectors]
Add support of additional fields for ServiceNow ITSM and
SecOps","number":191779,"url":"https://github.com/elastic/kibana/pull/191779","mergeCommit":{"message":"[DOCS][ResponseOps][Connectors]
Add support of additional fields for ServiceNow ITSM and SecOps
(#191779)","sha":"6c291b8af211ac319adb31937eca2015c7c67d7b"}},"sourceBranch":"main","suggestedTargetBranches":["8.x","8.15"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191779","number":191779,"mergeCommit":{"message":"[DOCS][ResponseOps][Connectors]
Add support of additional fields for ServiceNow ITSM and SecOps
(#191779)","sha":"6c291b8af211ac319adb31937eca2015c7c67d7b"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

---------

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
kibanamachine and lcawl authored Sep 25, 2024
1 parent 343f6c9 commit b555633
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23091,6 +23091,14 @@ components:
ITSM, ServiveNow SecOps, or Swimlane incident.
type: object
properties:
additional_fields:
description: >
Additional fields for ServiceNow ITSM and ServiveNow SecOps
connectors. The fields must exist in the Elastic ServiceNow
application and must be specified in JSON format.
maxLength: 20
nullable: true
type: string
alertId:
description: The alert identifier for Swimlane connectors.
type: string
Expand Down
6 changes: 6 additions & 0 deletions x-pack/plugins/actions/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5461,6 +5461,12 @@
"type": "object",
"description": "Information necessary to create or update a Jira, ServiceNow ITSM, ServiveNow SecOps, or Swimlane incident.",
"properties": {
"additional_fields": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "Additional fields for ServiceNow ITSM and ServiveNow SecOps connectors. The fields must exist in the Elastic ServiceNow application and must be specified in JSON format.\n"
},
"alertId": {
"type": "string",
"description": "The alert identifier for Swimlane connectors."
Expand Down
6 changes: 6 additions & 0 deletions x-pack/plugins/actions/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3924,6 +3924,12 @@ components:
type: object
description: Information necessary to create or update a Jira, ServiceNow ITSM, ServiveNow SecOps, or Swimlane incident.
properties:
additional_fields:
type: string
nullable: true
maxLength: 20
description: |
Additional fields for ServiceNow ITSM and ServiveNow SecOps connectors. The fields must exist in the Elastic ServiceNow application and must be specified in JSON format.
alertId:
type: string
description: The alert identifier for Swimlane connectors.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ properties:
type: object
description: Information necessary to create or update a Jira, ServiceNow ITSM, ServiveNow SecOps, or Swimlane incident.
properties:
additional_fields:
type: string
nullable: true
maxLength: 20
description: >
Additional fields for ServiceNow ITSM and ServiveNow SecOps connectors.
The fields must exist in the Elastic ServiceNow application and must be specified in JSON format.
alertId:
type: string
description: The alert identifier for Swimlane connectors.
Expand Down

0 comments on commit b555633

Please sign in to comment.