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 "Updated on" column to the cases table #148871

Closed
cnasikas opened this issue Jan 13, 2023 · 2 comments · Fixed by #149116
Closed

[Cases] Add "Updated on" column to the cases table #148871

cnasikas opened this issue Jan 13, 2023 · 2 comments · Fixed by #149116
Assignees
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 Jan 13, 2023

When searching for cases it is important to see which case was updated latest. The cases table does not have a column to support that. We should add an "Updated on" column to the cases table that is sortable, and persistable in the URL and the local storage, and the date format should be the same as in the "Created on" column. The column should be visible all the time and not change like the "Created on" column when the user changes the status of the case.

@cnasikas cnasikas added Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) Feature:Cases Cases feature labels Jan 13, 2023
@elasticmachine
Copy link
Contributor

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

@elasticmachine
Copy link
Contributor

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

js-jankisalvi added a commit that referenced this issue Jan 18, 2023
## Summary

Fixes #148871

Adds new column `Updated on ` in `Cases` table. This column can be
sorted and can persist sorting options.


![image](https://user-images.githubusercontent.com/117571355/213171804-9fa1bc42-8b8b-4b7b-baf3-03ce649b1dc6.png)


### Checklist
- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))

### Release notes
- Adds new column `Updated on ` in `all cases list ` table. This column
can be sorted and can persist sorting options.
wayneseymour pushed a commit to wayneseymour/kibana that referenced this issue Jan 19, 2023
## Summary

Fixes elastic#148871

Adds new column `Updated on ` in `Cases` table. This column can be
sorted and can persist sorting options.


![image](https://user-images.githubusercontent.com/117571355/213171804-9fa1bc42-8b8b-4b7b-baf3-03ce649b1dc6.png)


### Checklist
- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))

### Release notes
- Adds new column `Updated on ` in `all cases list ` table. This column
can be sorted and can persist sorting options.
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

Successfully merging a pull request may close this issue.

3 participants