Skip to content

[Cases][Connector] Improve IBM error message#244012

Merged
janmonschke merged 2 commits intoelastic:mainfrom
janmonschke:cases/improve-ibm-error-message
Nov 25, 2025
Merged

[Cases][Connector] Improve IBM error message#244012
janmonschke merged 2 commits intoelastic:mainfrom
janmonschke:cases/improve-ibm-error-message

Conversation

@janmonschke
Copy link
Contributor

@janmonschke janmonschke commented Nov 24, 2025

Summary

Addresses: #243994

Improves the error message when the connector fails:

Before:
Screenshot 2025-11-24 at 15 16 55

After:
Screenshot 2025-11-24 at 15 57 38

@janmonschke janmonschke self-assigned this Nov 24, 2025
@janmonschke janmonschke requested a review from a team as a code owner November 24, 2025 15:00
@janmonschke janmonschke added release_note:fix backport:version Backport to applied version labels Team:Cases Security Solution Cases team v9.2.0 v9.3.0 labels Nov 24, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-cases (Team:Cases)

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

cc @janmonschke

@janmonschke janmonschke merged commit 82bd200 into elastic:main Nov 25, 2025
25 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.2

https://github.com/elastic/kibana/actions/runs/19660574783

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Nov 25, 2025
## Summary

Addresses: elastic#243994

Improves the error message when the connector fails:

Before:
<img width="1083" height="407" alt="Screenshot 2025-11-24 at 15 16 55"
src="https://github.com/user-attachments/assets/a8efb8c7-96ce-43a1-a349-27683f31bb97"
/>

After:
<img width="1119" height="580" alt="Screenshot 2025-11-24 at 15 57 38"
src="https://github.com/user-attachments/assets/e2b282a4-5255-4e72-9644-455416f8efaf"
/>

(cherry picked from commit 82bd200)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
9.2

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Nov 25, 2025
# Backport

This will backport the following commits from `main` to `9.2`:
- [[Cases][Connector] Improve IBM error message
(#244012)](#244012)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Jan
Monschke","email":"jan.monschke@elastic.co"},"sourceCommit":{"committedDate":"2025-11-25T06:34:17Z","message":"[Cases][Connector]
Improve IBM error message (#244012)\n\n## Summary\n\nAddresses:
https://github.com/elastic/kibana/issues/243994\n\nImproves the error
message when the connector fails:\n\nBefore:\n<img width=\"1083\"
height=\"407\" alt=\"Screenshot 2025-11-24 at 15 16
55\"\nsrc=\"https://github.com/user-attachments/assets/a8efb8c7-96ce-43a1-a349-27683f31bb97\"\n/>\n\n\nAfter:\n<img
width=\"1119\" height=\"580\" alt=\"Screenshot 2025-11-24 at 15 57
38\"\nsrc=\"https://github.com/user-attachments/assets/e2b282a4-5255-4e72-9644-455416f8efaf\"\n/>","sha":"82bd200a76f5b43cb75e04bb932d218035aba25c","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","Team:Cases","v9.2.0","v9.3.0"],"title":"[Cases][Connector]
Improve IBM error
message","number":244012,"url":"https://github.com/elastic/kibana/pull/244012","mergeCommit":{"message":"[Cases][Connector]
Improve IBM error message (#244012)\n\n## Summary\n\nAddresses:
https://github.com/elastic/kibana/issues/243994\n\nImproves the error
message when the connector fails:\n\nBefore:\n<img width=\"1083\"
height=\"407\" alt=\"Screenshot 2025-11-24 at 15 16
55\"\nsrc=\"https://github.com/user-attachments/assets/a8efb8c7-96ce-43a1-a349-27683f31bb97\"\n/>\n\n\nAfter:\n<img
width=\"1119\" height=\"580\" alt=\"Screenshot 2025-11-24 at 15 57
38\"\nsrc=\"https://github.com/user-attachments/assets/e2b282a4-5255-4e72-9644-455416f8efaf\"\n/>","sha":"82bd200a76f5b43cb75e04bb932d218035aba25c"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/244012","number":244012,"mergeCommit":{"message":"[Cases][Connector]
Improve IBM error message (#244012)\n\n## Summary\n\nAddresses:
https://github.com/elastic/kibana/issues/243994\n\nImproves the error
message when the connector fails:\n\nBefore:\n<img width=\"1083\"
height=\"407\" alt=\"Screenshot 2025-11-24 at 15 16
55\"\nsrc=\"https://github.com/user-attachments/assets/a8efb8c7-96ce-43a1-a349-27683f31bb97\"\n/>\n\n\nAfter:\n<img
width=\"1119\" height=\"580\" alt=\"Screenshot 2025-11-24 at 15 57
38\"\nsrc=\"https://github.com/user-attachments/assets/e2b282a4-5255-4e72-9644-455416f8efaf\"\n/>","sha":"82bd200a76f5b43cb75e04bb932d218035aba25c"}}]}]
BACKPORT-->

Co-authored-by: Jan Monschke <jan.monschke@elastic.co>
eokoneyo pushed a commit to eokoneyo/kibana that referenced this pull request Dec 2, 2025
## Summary

Addresses: elastic#243994

Improves the error message when the connector fails:

Before:
<img width="1083" height="407" alt="Screenshot 2025-11-24 at 15 16 55"
src="https://github.com/user-attachments/assets/a8efb8c7-96ce-43a1-a349-27683f31bb97"
/>


After:
<img width="1119" height="580" alt="Screenshot 2025-11-24 at 15 57 38"
src="https://github.com/user-attachments/assets/e2b282a4-5255-4e72-9644-455416f8efaf"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:fix Team:Cases Security Solution Cases team v9.2.0 v9.2.2 v9.3.0

4 participants