Questions tagged [wiql]

Query Language for Work Items

What is the best way to format WIQL JSON?

When using Postman, I have no trouble submitting a query to our Azure DevOps 2019 Server: POST https://<AZDOSERVER>/<COLLECTION>/<PROJECT>/<TEAM>/_apis/wit/wiql?api-version=5.0 {"query": "Select [System.Id] From WorkItems WHERE [Sy ...