Skip to content

Commit

Permalink
[8.x] [ResponseOps][Connectors] Make the case action GA (elastic#196972
Browse files Browse the repository at this point in the history
…) (elastic#197004)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ResponseOps][Connectors] Make the case action GA
(elastic#196972)](elastic#196972)

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

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

<!--BACKPORT [{"author":{"name":"Christos
Nasikas","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-21T08:39:37Z","message":"[ResponseOps][Connectors]
Make the case action GA (elastic#196972)\n\n## Summary\r\n\r\nThis PR makes the
Case action GA.\r\n\r\nFixes:
https://github.com/elastic/kibana/issues/196973\r\n\r\n### For
maintainers\r\n\r\n- [x] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n-
[x] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n\r\n##
Release note\r\nThe case action is now
GA.","sha":"b76da4e5b21576007867554a1c1e10e261dd68b8","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","Team:ResponseOps","v9.0.0","backport:prev-minor","v8.17.0"],"title":"[ResponseOps][Connectors]
Make the case action
GA","number":196972,"url":"https://github.com/elastic/kibana/pull/196972","mergeCommit":{"message":"[ResponseOps][Connectors]
Make the case action GA (elastic#196972)\n\n## Summary\r\n\r\nThis PR makes the
Case action GA.\r\n\r\nFixes:
https://github.com/elastic/kibana/issues/196973\r\n\r\n### For
maintainers\r\n\r\n- [x] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n-
[x] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n\r\n##
Release note\r\nThe case action is now
GA.","sha":"b76da4e5b21576007867554a1c1e10e261dd68b8"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196972","number":196972,"mergeCommit":{"message":"[ResponseOps][Connectors]
Make the case action GA (elastic#196972)\n\n## Summary\r\n\r\nThis PR makes the
Case action GA.\r\n\r\nFixes:
https://github.com/elastic/kibana/issues/196973\r\n\r\n### For
maintainers\r\n\r\n- [x] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n-
[x] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n\r\n##
Release note\r\nThe case action is now
GA.","sha":"b76da4e5b21576007867554a1c1e10e261dd68b8"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Christos Nasikas <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent 5f7a766 commit 2eff4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getConnectorType(): ConnectorTypeModel<{}, {}, CasesActionParams
selectMessage: i18n.CASE_ACTION_DESC,
actionTypeTitle: CASES_CONNECTOR_TITLE,
actionConnectorFields: null,
isExperimental: true,
isExperimental: false,
validateParams: async (
actionParams: CasesActionParams
): Promise<GenericValidationResult<unknown>> => {
Expand Down

0 comments on commit 2eff4fd

Please sign in to comment.