Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Comments

Add support for OneHop query type#108

Merged
dkbennett merged 1 commit intomainfrom
user/dkbennett/onehop
Feb 7, 2024
Merged

Add support for OneHop query type#108
dkbennett merged 1 commit intomainfrom
user/dkbennett/onehop

Conversation

@dkbennett
Copy link
Member

@dkbennett dkbennett commented Feb 1, 2024

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

@dkbennett dkbennett merged commit 1d2c451 into main Feb 7, 2024
bbonaby pushed a commit that referenced this pull request Feb 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

QueryType OneHop is not supported

4 participants