How to filter work items #1829
Answered
by
MrHinsh
code-on-git
asked this question in
Q&A
-
I would like to get som tips on how to filter work items to migrate. Ex: How to migrate work items with a specific tag. I guess you could create questions to filter here: But how can i test the query without running the migration? |
Beta Was this translation helpful? Give feedback.
Answered by
MrHinsh
Jan 11, 2024
Replies: 1 comment
-
You can test queries by running them in Azure DevOps against your work items. I use https://marketplace.visualstudio.com/items?itemName=ottostreifel.wiql-editor to then be able to export the text I need to put in the QueryBit field. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
code-on-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can test queries by running them in Azure DevOps against your work items. I use https://marketplace.visualstudio.com/items?itemName=ottostreifel.wiql-editor to then be able to export the text I need to put in the QueryBit field.