-
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
[FieldFormatters] Add support for rawValue in url label #204192
[FieldFormatters] Add support for rawValue in url label #204192
Conversation
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
💚 Build Succeeded
Metrics [docs]Page load bundle
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12320850664 |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12320850669 |
Added the |
## Summary This PR adds support for ``{{rawValue}}`` in url label. Closes: elastic#188973 (cherry picked from commit f0d3a44)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary This PR adds support for ``{{rawValue}}`` in url label. Closes: elastic#188973 (cherry picked from commit f0d3a44)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… (#204271) # Backport This will backport the following commits from `main` to `8.x`: - [[FieldFormatters] Add support for rawValue in url label (#204192)](#204192) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Krzysztof Kowalczyk","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-13T17:39:05Z","message":"[FieldFormatters] Add support for rawValue in url label (#204192)\n\n## Summary\r\n\r\nThis PR adds support for ```` in url label.\r\n\r\nCloses: #188973","sha":"f0d3a448eafab076b474a4aef1281be07ed680db","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","Feature:FieldFormatters","v9.0.0","Team:DataDiscovery","backport:prev-minor"],"title":"[FieldFormatters] Add support for rawValue in url label","number":204192,"url":"https://github.com/elastic/kibana/pull/204192","mergeCommit":{"message":"[FieldFormatters] Add support for rawValue in url label (#204192)\n\n## Summary\r\n\r\nThis PR adds support for ```` in url label.\r\n\r\nCloses: #188973","sha":"f0d3a448eafab076b474a4aef1281be07ed680db"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204192","number":204192,"mergeCommit":{"message":"[FieldFormatters] Add support for rawValue in url label (#204192)\n\n## Summary\r\n\r\nThis PR adds support for ```` in url label.\r\n\r\nCloses: #188973","sha":"f0d3a448eafab076b474a4aef1281be07ed680db"}}]}] BACKPORT--> Co-authored-by: Krzysztof Kowalczyk <[email protected]>
Summary
This PR adds support for
{{rawValue}}
in url label.Closes: #188973