HY/CRTX-275112/TelematryFailuresSlackListMessages - #45629
Conversation
🤖 AI-Powered Code Review AvailableYou can leverage AI-powered code review to assist with this PR! Available Commands:
|
|
🤖 Analysis started. Please wait for results... |
🤖 AI Review DisclaimerThis review was generated by an AI-powered tool and may contain inaccuracies. Please be advised, and we extend our sincere apologies for any inconvenience this may cause. |
marketplace-ai-reviewer
left a comment
There was a problem hiding this comment.
Hi! Thanks for your contribution to the Slack integration. I've reviewed the changes and noticed a few minor issues to iron out. Specifically, there is a mismatch between the override_message in the code and the expected error message in the unit tests, and the release notes need some formatting adjustments to align with our guidelines. Thanks again for your work on this!
@mmhw, @omerKarkKatz, @hyaffe839 please review and approve the results generated by the AI Reviewer by responding 👍 on this comment.
This comment has been minimized.
This comment has been minimized.
mmhw
left a comment
There was a problem hiding this comment.
Nice work, just pay attention to my single comment.
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
🔍 AI Triage Report AvailableAn automated triage report has been generated for this pipeline. Status:
|
״
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
CRTX-275112
Description
PR Description:
Fixes CRTX-275112 —
slack-get-conversation-history35.71% success rate across 14 executions.This PR migrates all error paths in
slack-get-conversation-historyto the standardizedCortexErrorhierarchy (CortexMissingArgError,CortexResourceNotFoundError,CortexExternalApiError), and adds atry/except SlackApiErrorwrapper around theconversations.historyAPI call.Must have