vsts_get_workitems {vstsr} | R Documentation |
Azure DevOps Project Get Work Items
Description
These functions will allow you to scrape work item information from a particular Azure DevOps project.
Usage
vsts_get_workitems(domain, project, auth_key, id, query = list())
vsts_get_workitem(domain, project, auth_key, id)
Arguments
domain |
The name of the Azure DevOps organization. |
project |
Project ID or project name |
auth_key |
authentication key generated by using |
id |
ID of the work item to retrieve |
query |
a list of extra parameters that can be sent to the API call:
|
Details
For more information about work item API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/work-items.