Option "Match linked work items first" is missing
irudi opened this issue · 1 comments
irudi commented
Describe the bug
- custom query in Azure DevOps
- Tree of work items
- Filter Options "Match linked work items first" or "Match top-level work items first" (default)
- Edit query in wiql - filter options choice makes no difference
To Reproduce
- use default option "Match top-level work items first"
- open in wiql editor
- use option "Match linked work items first"
- open in wiql editor - compare with 2.
- execute the wiql query from 4. - the results are identical with the result from 2.
Expected behavior
- the option "Match linked work items first" is somehow reflected in the wiql query
- the results of the wiql query are identical with the custom query (respecting the "Match linked work items first" option)
irudi commented
I don't know why - but today the editor works as expected.
The mode is respecting the option: MODE (Recursive, ReturnMatchingChildren)