This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Conversation
krschau
approved these changes
Feb 1, 2024
vineeththomasalex
approved these changes
Feb 6, 2024
bbonaby
pushed a commit
that referenced
this pull request
Feb 22, 2024
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 of the pull request
Adds support for the OneHop QueryType. This is the "Work items and direct links" type of query if created in DevOps query editor.
References and relevant issues
Closes #107
Detailed description of the pull request / Additional comments
Azure queries have three types, but only two were supported. The unsupported type, OneHop, is handled the same as a Tree type. This fix adds the case for OneHop and directs it to treat it as the Tree type for the purposes of extracting work item ids.
Validation steps performed
Verified on a test OneHop query that fails on current version, but renders correctly with the fix.
PR checklist