-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[DOCS] Add "Category" field to cases #161315
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lcawl
added
release_note:skip
Skip the PR/issue when compiling release notes
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
docs
Feature:Cases
Cases feature
backport:prev-minor
Backport to (8.x) the previous minor version (i.e. one version back from main)
v8.9.0
v8.10.0
labels
Jul 5, 2023
Documentation preview: |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/response-ops-cases (Feature:Cases) |
adcoelho
reviewed
Jul 6, 2023
adcoelho
approved these changes
Jul 6, 2023
cnasikas
approved these changes
Jul 6, 2023
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jul 6, 2023
(cherry picked from commit b7e9dc0)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
lcawl
added a commit
that referenced
this pull request
Jul 6, 2023
# Backport This will backport the following commits from `main` to `8.9`: - [[DOCS] Add "Category" field to cases (#161315)](#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":"[email protected]"},"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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport:prev-minor
Backport to (8.x) the previous minor version (i.e. one version back from main)
docs
Feature:Cases
Cases feature
release_note:skip
Skip the PR/issue when compiling release notes
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
v8.9.0
v8.10.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relates to #153835
This PR refreshes the automatically generated screenshots that are used in https://www.elastic.co/guide/en/kibana/current/cases.html and https://www.elastic.co/guide/en/kibana/current/manage-cases.html, such that they show the new category field and column.
It also updates https://www.elastic.co/guide/en/kibana/current/manage-cases.html so that the optional category field is mentioned alongside the similar tags field. Unlike tags, you can choose only a single category value for each case, which is why the wording is slightly different.