vsts_create_wk: Azure DevOps Project Work Items

Description Usage Arguments Details

Description

These functions will allow you to scrape work item information from a particular Azure DevOps project.

Usage

1
vsts_create_workitem(domain, project, item_type, auth_key, ...)

Arguments

domain

The name of the Azure DevOps organization.

project

the name of the project in domain to look at

item_type

the type of work item to be created

auth_key

authentication key generated by using vsts_auth_key

...

arguments passed to vsts_get_workitem_fields

Details

For more information about work item API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/work-items.


vstsr documentation built on Nov. 9, 2021, 1:07 a.m.