vsts - How can I get the list of Work Items (Tasks) using Visual Studio Team Services (API) Service -


i getting started visual studio team services, , trying list of work items, searching in documentation cant possible solution. following services have tested: https://sami1212.visualstudio.com/defaultcollection/myfirst/_apis/wit/workitems/$task?api-version=1.0

i can single work item using id cant work items https://sami1212.visualstudio.com/defaultcollection/_apis/wit/workitems?ids=4&api-version=1.0

any appreciable. in advance :)

to list of work items need run query.

https://www.visualstudio.com/integrate/api/wit/wiql

you can create own or use 1 of exciting ones. tend write them in visual studio editor , save desktop , open in notepad.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -