-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution][Case] Fix comment content when pushing alerts to external services #86812
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code reviewed and tested. Not for this PR, but I wish our markdown solution worked better, the link is ugly in the Jira issue. something to think about. anyways LGTM 🎸
I agree about that. We have the same issue with the timeline links. Specifically for Jira, at the moment they do not fully support markdown as they have their own markup language. I opened this issue to keep track of it: #87440 |
…external services (elastic#86812) Co-authored-by: Kibana Machine <[email protected]>
…external services (elastic#86812) Co-authored-by: Kibana Machine <[email protected]>
…ts to external services (#86812) (#87441) Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…rts to external services (#86812) (#87442) Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Summary
At the moment, comments are of two types:
user
andalert
. When a comment of typealert
is being pushed to an external service the comment is being shown as an empty comment without content. This PR fixes this issue. It adds content to comments of typealert
.Fixes: #86102
Checklist
Delete any items that are not applicable to this PR.
For maintainers