[SIEM] [CASES] Build lego blocks case details view#60864
Merged
XavierM merged 18 commits intoelastic:masterfrom Mar 23, 2020
Merged
[SIEM] [CASES] Build lego blocks case details view#60864XavierM merged 18 commits intoelastic:masterfrom
XavierM merged 18 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/siem (Team:SIEM) |
x-pack/plugins/case/server/routes/api/cases/comments/delete_all_comments.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/case/server/routes/api/cases/comments/delete_comment.ts
Outdated
Show resolved
Hide resolved
cnasikas
reviewed
Mar 23, 2020
Member
There was a problem hiding this comment.
Great job!! Thank you for your time and effort!
Notes:
-
When the user does not have a connector configured a notice is being appeared. I think is good to include a link to the configuration page. - Align close case and push to ServiceNow buttons
- When a new tag is added after the creation of a case (single case page view) an error is produced and the user actions are not shown.
- Participants should not be shown when there are no comments.
- Link to ServiceNow incident should open a new tab
-
Title and description are being updated to ServiceNow even when the fields have not been changed. The fields are being updated with the same value.As right now, we can not deal with this scenario, I think our best solution is to only allow overwrite. - The last comment is never being pushed to ServiceNow
- When you push for the first time to ServiceNow the comments are not being added (comments attribute is an empty array). They are being added only on update.
-
When closure option is set toNot valid but you are right we are talking with @benskelker about changing this to info callout and not an error calloutAutomatically close SIEM cases when pushing new incident to third-partythis errorYou cannot push a case who has been closedis being produced. I think is better to push the case first to the service and then close it. - Some
EuiButtonare missing area-label
cnasikas
reviewed
Mar 23, 2020
x-pack/legacy/plugins/siem/public/containers/case/configure/use_configure.tsx
Outdated
Show resolved
Hide resolved
cnasikas
reviewed
Mar 23, 2020
x-pack/legacy/plugins/siem/public/pages/case/components/user_action_tree/user_action_title.tsx
Outdated
Show resolved
Hide resolved
cnasikas
reviewed
Mar 23, 2020
cnasikas
reviewed
Mar 23, 2020
…rack what user are doing + create _pushed api to know when case have been pushed
af7488a to
c14f1d4
Compare
4 tasks
stephmilovic
approved these changes
Mar 23, 2020
Contributor
stephmilovic
left a comment
There was a problem hiding this comment.
Nicely done @XavierM . This is the final piece of the puzzle. We have a few follow up issues, as we discussed in Slack, but let's get this code merged! Great work as usual LGTM 🚀 🎸
Contributor
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
XavierM
added a commit
to XavierM/kibana
that referenced
this pull request
Mar 23, 2020
* modify API to get the total comments in _find + Add user action to track what user are doing + create _pushed api to know when case have been pushed * fix rebase * add connector name in case configuration saved object * fix total comment in all cases * totalComment bug on the API * integrate user action API with UI * fix merged issue * integration APi to push to services with UI * Fix bugs * wip to show pushed service in ui * finish the full flow with pushing to service now * review about client discrepency * clean up + review * merge issue * update error msgs to info * add aria label + fix but on add/remove tags * fix i18n Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
stephmilovic
pushed a commit
that referenced
this pull request
Mar 24, 2020
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Mar 24, 2020
* master: (34 commits) [APM] add service map config options to legacy plugin (elastic#61002) [App Arch] migrate legacy CSS to new platform (core_plugins/kibana_react) (elastic#59882) Migrated styles for "share" plugin to new platform (elastic#59981) [ML] Module setup with dynamic model memory estimation (elastic#60656) Drilldowns (elastic#59632) Upgrade mocha dev-dependency from 6.2.2 to 7.1.1 (elastic#60779) [SIEM] Overview: Recent cases widget (elastic#60993) [ML] Functional tests - stabilize df analytics clone tests (elastic#60497) [SIEM] Updates process and TLS tables to use ECS 1.5 fields (elastic#60854) Migrate doc view part of discover (elastic#58094) Revert "[APM] Collect telemetry about data/API performance (elastic#51612)" fix(NA): log rotation watchers usage (elastic#60956) [SIEM] [CASES] Build lego blocks case details view (elastic#60864) Create Painless Lab app (elastic#57538) [SIEM] Move Timeline Template field to first step of rule creation (elastic#60840) [Reporting/New Platform Migration] Use a new config service on server-side (elastic#55882) [Alerting] allow email action to not require auth (elastic#60839) [Maps] Default ES document layer scaling type to clusters and show scaling UI in the create wizard (elastic#60668) [APM] Collect telemetry about data/API performance (elastic#51612) Implement Kibana Login Selector (elastic#53010) ...
Contributor
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
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.
Summary
API
UI