We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
enhance all user fields to include email when available
email
store user information about who edited what field or comment and when . A "user action saved object"
enhance get_cases response to include commentCount
get_cases
commentCount
updated_by field added to Case and Comment
updated_by
closed_at field add to closed Case
closed_at
add getCurrentUser call to the api or return in some other way
endpoint that returns participants. same way we scrape up tags but from our new "user action saved object"?
allow comment and case POST routes to take an id query param to PATCH
id
endpoint that returns all Reporters (to sort All Cases table)
Make comment field mandatory and not optional on patch comment route Code
The text was updated successfully, but these errors were encountered:
Pinging @elastic/siem (Team:SIEM)
Sorry, something went wrong.
XavierM
No branches or pull requests
enhance all user fields to include
email
when availablestore user information about who edited what field or comment and when . A "user action saved object"
enhance
get_cases
response to includecommentCount
updated_by
field added to Case and Commentclosed_at
field add to closed Caseadd getCurrentUser call to the api or return in some other way
endpoint that returns participants. same way we scrape up tags but from our new "user action saved object"?
allow comment and case POST routes to take an
id
query param to PATCHendpoint that returns all Reporters (to sort All Cases table)
Make comment field mandatory and not optional on patch comment route CodeThe text was updated successfully, but these errors were encountered: