Skip to content
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

[Cases] Add the ability to define custom fields #153836

Closed
3 tasks done
cnasikas opened this issue Mar 28, 2023 · 3 comments
Closed
3 tasks done

[Cases] Add the ability to define custom fields #153836

cnasikas opened this issue Mar 28, 2023 · 3 comments
Labels
Feature:Cases Cases feature Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@cnasikas
Copy link
Member

cnasikas commented Mar 28, 2023

Each user deployment may have fields that are crucial to their business model and needs to be part of a case. Cases should support adding custom fields dynamically. Specifically, a user should be able, through the configuration page of Cases, to define up to three custom fields. The user can configure the type of the custom field (single value, multiple values, unique, toggle, etc), the key of the field, and the label of the field. Then in Cases, they can add values for the configured custom fields. Finally, the custom fields may need to be searchable.

Tasks

  • Extend the cases schema to be able to accept custom fields
  • Enhance the configuration page of Cases to be able to define up to three custom fields.
  • Enhance the creation page and the single case view page to be able to select and set values for the custom fields configured in the configuration page.
@cnasikas cnasikas added Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) Feature:Cases Cases feature labels Mar 28, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops-cases (Feature:Cases)

@cnasikas
Copy link
Member Author

Implemented by #167016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Cases Cases feature Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
None yet
Development

No branches or pull requests

2 participants