# Backport
This will backport the following commits from `main` to `8.9`:
- [[DOCS] Add lens visualizations to cases from dashboards
(#161818)](https://github.com/elastic/kibana/pull/161818)
<!--- Backport version: 8.9.7 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2023-07-13T14:49:26Z","message":"[DOCS]
Add lens visualizations to cases from dashboards
(#161818)","sha":"69f7b542037d0aab9203d662342543d1ec429d19","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","docs","Feature:Cases","v8.9.0","v8.10.0"],"number":161818,"url":"https://github.com/elastic/kibana/pull/161818","mergeCommit":{"message":"[DOCS]
Add lens visualizations to cases from dashboards
(#161818)","sha":"69f7b542037d0aab9203d662342543d1ec429d19"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161818","number":161818,"mergeCommit":{"message":"[DOCS]
Add lens visualizations to cases from dashboards
(#161818)","sha":"69f7b542037d0aab9203d662342543d1ec429d19"}}]}]
BACKPORT-->
---------
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
# Backport
This will backport the following commits from `main` to `8.9`:
- [[DOCS] Add "Category" field to cases
(#161315)](https://github.com/elastic/kibana/pull/161315)
<!--- Backport version: 8.9.7 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2023-07-06T16:06:17Z","message":"[DOCS]
Add \"Category\" field to cases
(#161315)","sha":"b7e9dc0e7ee3b331f0a8d2acc3c04c02d29b627f","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","docs","Feature:Cases","backport:prev-minor","v8.9.0","v8.10.0"],"number":161315,"url":"https://github.com/elastic/kibana/pull/161315","mergeCommit":{"message":"[DOCS]
Add \"Category\" field to cases
(#161315)","sha":"b7e9dc0e7ee3b331f0a8d2acc3c04c02d29b627f"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161315","number":161315,"mergeCommit":{"message":"[DOCS]
Add \"Category\" field to cases
(#161315)","sha":"b7e9dc0e7ee3b331f0a8d2acc3c04c02d29b627f"}}]}]
BACKPORT-->
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This PR adds the new configuration settings to the docs. The
configurations were added in this PR:
https://github.com/elastic/kibana/pull/154013
---------
Co-authored-by: lcawl <lcawley@elastic.co>