Commit 7ddceeb
# 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":"[email protected]"},"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 <[email protected]>
1 parent c6cdd99 commit 7ddceeb
File tree
2 files changed
+31
-1
lines changed2 files changed
+31
-1
lines changedx-pack/platform/plugins/shared/stack_connectors/server/connector_types/resilient/resilient.test.ts
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
176 | 203 | | |
177 | 204 | | |
178 | 205 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
0 commit comments