Skip to content

[Case] Improve all cases table loading to prevent flashing#240155

Merged
christineweng merged 1 commit intoelastic:mainfrom
christineweng:cases-all-cases-loading
Oct 23, 2025
Merged

[Case] Improve all cases table loading to prevent flashing#240155
christineweng merged 1 commit intoelastic:mainfrom
christineweng:cases-all-cases-loading

Conversation

@christineweng
Copy link
Contributor

@christineweng christineweng commented Oct 22, 2025

Summary

QOL improvement to not show the skeleton text when user switch between tabs. The skeleton text can create a flashing effect when user switch tabs and come back to cases. This is more obvious in slower instances with many cases.

Before
Skeleton text is shown despite there is data in the table

Before.mov

After
Skeleton text is only shown when the page first loads (first action), subsequent tab switch shows progress bar in the table (second action)

Screen.Recording.2025-10-22.at.1.30.33.PM.mov

Checklist

  • Unit or functional tests were updated or added to match the most common scenarios
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.
@christineweng christineweng self-assigned this Oct 22, 2025
@christineweng christineweng requested a review from a team as a code owner October 22, 2025 18:23
@christineweng christineweng added release_note:fix backport:version Backport to applied version labels Team:Cases Security Solution Cases team v9.2.0 v9.3.0 v9.1.6 v8.19.6 labels Oct 22, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-cases (Team:Cases)

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
cases 1.4MB 1.4MB +282.0B

cc @christineweng

Copy link
Contributor

@janmonschke janmonschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 👏 👏

@christineweng christineweng merged commit f702966 into elastic:main Oct 23, 2025
28 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1, 9.2

https://github.com/elastic/kibana/actions/runs/18751037853

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 23, 2025
…40155)

## Summary

QOL improvement to not show the skeleton text when user switch between
tabs. The skeleton text can create a flashing effect when user switch
tabs and come back to cases. This is more obvious in slower instances
with many cases.

Before
Skeleton text is shown despite there is data in the table

https://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea

After
Skeleton text is only shown when the page first loads (first action),
subsequent tab switch shows progress bar in the table (second action)

https://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88

### Checklist

- [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] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit f702966)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 23, 2025
…40155)

## Summary

QOL improvement to not show the skeleton text when user switch between
tabs. The skeleton text can create a flashing effect when user switch
tabs and come back to cases. This is more obvious in slower instances
with many cases.

Before
Skeleton text is shown despite there is data in the table

https://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea

After
Skeleton text is only shown when the page first loads (first action),
subsequent tab switch shows progress bar in the table (second action)

https://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88

### Checklist

- [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] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit f702966)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 23, 2025
…40155)

## Summary

QOL improvement to not show the skeleton text when user switch between
tabs. The skeleton text can create a flashing effect when user switch
tabs and come back to cases. This is more obvious in slower instances
with many cases.

Before
Skeleton text is shown despite there is data in the table

https://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea

After
Skeleton text is only shown when the page first loads (first action),
subsequent tab switch shows progress bar in the table (second action)

https://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88

### Checklist

- [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] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit f702966)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.19
9.1
9.2

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Oct 23, 2025
…0155) (#240304)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[Case] Improve all cases table loading to prevent flashing
(#240155)](#240155)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"christineweng","email":"18648970+christineweng@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-23T14:04:09Z","message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","Team:Cases","v9.2.0","v9.3.0","v9.1.6","v8.19.6"],"title":"[Case]
Improve all cases table loading to prevent
flashing","number":240155,"url":"https://github.com/elastic/kibana/pull/240155","mergeCommit":{"message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.19"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/240155","number":240155,"mergeCommit":{"message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: christineweng <18648970+christineweng@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Oct 23, 2025
…40155) (#240302)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[Case] Improve all cases table loading to prevent flashing
(#240155)](#240155)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"christineweng","email":"18648970+christineweng@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-23T14:04:09Z","message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","Team:Cases","v9.2.0","v9.3.0","v9.1.6","v8.19.6"],"title":"[Case]
Improve all cases table loading to prevent
flashing","number":240155,"url":"https://github.com/elastic/kibana/pull/240155","mergeCommit":{"message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.19"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/240155","number":240155,"mergeCommit":{"message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: christineweng <18648970+christineweng@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Oct 23, 2025
…0155) (#240305)

# Backport

This will backport the following commits from `main` to `9.2`:
- [[Case] Improve all cases table loading to prevent flashing
(#240155)](#240155)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"christineweng","email":"18648970+christineweng@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-23T14:04:09Z","message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","Team:Cases","v9.2.0","v9.3.0","v9.1.6","v8.19.6"],"title":"[Case]
Improve all cases table loading to prevent
flashing","number":240155,"url":"https://github.com/elastic/kibana/pull/240155","mergeCommit":{"message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.19"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/240155","number":240155,"mergeCommit":{"message":"[Case]
Improve all cases table loading to prevent flashing (#240155)\n\n##
Summary\n\nQOL improvement to not show the skeleton text when user
switch between\ntabs. The skeleton text can create a flashing effect
when user switch\ntabs and come back to cases. This is more obvious in
slower instances\nwith many cases.\n\nBefore\nSkeleton text is shown
despite there is data in the
table\n\n\nhttps://github.com/user-attachments/assets/1357828d-ddc4-4a4f-9541-4c0384ffc0ea\n\n\nAfter\nSkeleton
text is only shown when the page first loads (first action),\nsubsequent
tab switch shows progress bar in the table (second
action)\n\n\n\nhttps://github.com/user-attachments/assets/3d99c3d6-7edc-4d52-a189-96049bbe7b88\n\n\n\n###
Checklist\n\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"f702966823ae821e3a72246aa93db9c4a6066ce2"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: christineweng <18648970+christineweng@users.noreply.github.com>
@mistic mistic added the v9.2.1 label Oct 23, 2025
@jmikell821 jmikell821 added the Team:ResponseOps Platform ResponseOps team (formerly the Cases and Alerting teams) t// label Oct 28, 2025
@elasticmachine
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:fix Team:Cases Security Solution Cases team Team:ResponseOps Platform ResponseOps team (formerly the Cases and Alerting teams) t// v8.19.7 v9.1.7 v9.2.1 v9.3.0

6 participants