[Response Ops][Connectors] Moving connector schemas to package - part 2#240177
Merged
Conversation
aebeb49 to
2552343
Compare
2552343 to
843e3c2
Compare
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
History
|
Contributor
|
Pinging @elastic/response-ops (Team:ResponseOps) |
jbudz
approved these changes
Nov 4, 2025
Contributor
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
adcoelho
approved these changes
Nov 5, 2025
adcoelho
reviewed
Nov 5, 2025
cesco-f
approved these changes
Nov 5, 2025
Contributor
cesco-f
left a comment
There was a problem hiding this comment.
obs-ux-management changes LGTM
wildemat
pushed a commit
to wildemat/kibana
that referenced
this pull request
Nov 5, 2025
… 2 (elastic#240177) Towards elastic/kibana-team#2148 ## Summary Part 2 of 4 PRs to move the connector schemas to a more common package location so they can be reused more easily. This PR moves the schemas for the following connector types to the `@kbn/connector-schemas` package: - `cases_webhook` - `d3security` - `jira service management` - `servicenow itsm` - `servicenow itom` - `servicenow sir` - `opsgenie` - `teams` There will be followup PRs for other connector types.
viduni94
pushed a commit
to viduni94/kibana
that referenced
this pull request
Nov 5, 2025
… 2 (elastic#240177) Towards elastic/kibana-team#2148 ## Summary Part 2 of 4 PRs to move the connector schemas to a more common package location so they can be reused more easily. This PR moves the schemas for the following connector types to the `@kbn/connector-schemas` package: - `cases_webhook` - `d3security` - `jira service management` - `servicenow itsm` - `servicenow itom` - `servicenow sir` - `opsgenie` - `teams` There will be followup PRs for other connector types.
eokoneyo
pushed a commit
to eokoneyo/kibana
that referenced
this pull request
Dec 2, 2025
… 2 (elastic#240177) Towards elastic/kibana-team#2148 ## Summary Part 2 of 4 PRs to move the connector schemas to a more common package location so they can be reused more easily. This PR moves the schemas for the following connector types to the `@kbn/connector-schemas` package: - `cases_webhook` - `d3security` - `jira service management` - `servicenow itsm` - `servicenow itom` - `servicenow sir` - `opsgenie` - `teams` There will be followup PRs for other connector types.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Towards https://github.com/elastic/kibana-team/issues/2148
Summary
Part 2 of 4 PRs to move the connector schemas to a more common package location so they can be reused more easily. This PR moves the schemas for the following connector types to the
@kbn/connector-schemaspackage:cases_webhookd3securityjira service managementservicenow itsmservicenow itomservicenow siropsgenieteamsThere will be followup PRs for other connector types.