Implement getInAppUrl for alerting_rule_template saved object#234686
Merged
MichelLosier merged 5 commits intoelastic:mainfrom Sep 19, 2025
Merged
Implement getInAppUrl for alerting_rule_template saved object#234686MichelLosier merged 5 commits intoelastic:mainfrom
MichelLosier merged 5 commits intoelastic:mainfrom
Conversation
Contributor
Author
|
/ci |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
jeramysoucy
approved these changes
Sep 18, 2025
Contributor
jeramysoucy
left a comment
There was a problem hiding this comment.
LGTM from platform security perspective - there are no changes to encrypted types
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
cnasikas
approved these changes
Sep 19, 2025
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Sep 24, 2025
…c#234686) Resolves: elastic/ingest-dev#5902 * Adds implementation for `getInAppUrl` for the `alerting_rule_template` saved object. This will directly link to the rule creation form with the template values filled in. Url route support was implemented in: elastic/ingest-dev#5900
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
Resolves: elastic/ingest-dev#5902 * Adds implementation for `getInAppUrl` for the `alerting_rule_template` saved object. This will directly link to the rule creation form with the template values filled in. Url route support was implemented in: elastic/ingest-dev#5900
rylnd
pushed a commit
to rylnd/kibana
that referenced
this pull request
Oct 17, 2025
…c#234686) Resolves: elastic/ingest-dev#5902 * Adds implementation for `getInAppUrl` for the `alerting_rule_template` saved object. This will directly link to the rule creation form with the template values filled in. Url route support was implemented in: elastic/ingest-dev#5900
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Resolves: https://github.com/elastic/ingest-dev/issues/5902
getInAppUrlfor thealerting_rule_templatesaved object. This will directly link to the rule creation form with the template values filled in.Url route support was implemented in: https://github.com/elastic/ingest-dev/issues/5900
Screen.Recording.2025-09-18.at.9.42.18.AM.mov
Manually test
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelinesbackport:*labels.Identify risks
Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.
Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.