vsts_create_workitem {vstsr} | R Documentation |
Azure DevOps Project Work Items
Description
These functions will allow you to scrape work item information from a particular Azure DevOps project.
Usage
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 |
item_type |
the type of work item to be created |
auth_key |
authentication key generated by using |
... |
arguments passed to |
Details
For more information about work item API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/work-items.
[Package vstsr version 1.1.0 Index]