How to create work items using Visual Studio Team Services Client for Node.js (vso-node-api)?
I need to create VSTS work items using Visual Studio Team Services Client for Node.js (vso-node-api), Please provide any samples on this? I created a simple code sample to get and create work item with it for your reference, see following section for details: /// <reference path="typings/index.d.ts" /> import * as vm from 'vso-node-api/WebApi'; import * as wa from 'vso-node-api/WorkItemTrackingApi'; import * as wi from 'vso-node-api/interfaces/WorkItemTrackingInterfaces'; import * as vss from 'vso-node-api/interfaces/Common/VSSInterfaces'; var collectionUrl = "https://xxxxxx.visualstudio.com";