[RUN-4518] Document nodeFilter URL parameter for job linking#1827
Open
ltamaster wants to merge 2 commits into
Open
[RUN-4518] Document nodeFilter URL parameter for job linking#1827ltamaster wants to merge 2 commits into
ltamaster wants to merge 2 commits into
Conversation
Add nodeFilter to the supported query parameters in the "Linking to Jobs and providing option values" section. Includes the nodeFilterEditable requirement and a combined usage example. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Rundeck documentation to describe the newly supported nodeFilter URL query parameter when deep-linking to Job pages, clarifying how it behaves when a Job’s node filter is editable.
Changes:
- Renames the query-parameter subsection to “Supported query parameters”.
- Documents
nodeFilter(including thenodeFilterEditable: truerequirement). - Adds an example combining
nodeFilterwithopt.NAMEparameters.
Per Copilot review: clarify that nodeFilter values also require URL encoding, with a concrete example of filter syntax characters. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Documents the new
?nodeFilter=URL query parameter introduced in rundeck/rundeck#10194.File changed:
docs/manual/jobs/job-options.md— "Linking to Jobs and providing option values" section.Changes:
nodeFilterentry with thenodeFilterEditable: truerequirement clearly statednodeFilteralongsideopt.NAMEparametersRelease Notes
Add
?nodeFilter=URL parameter support to the Job linking section. When a Job has Node Filter set to Editable, you can now pre-populate the node filter via URL using?nodeFilter=<filter expression>, enabling deep-linking workflows such as incident response integrations (e.g. ServiceNow) that include the target hostname.Related