These functions will allow you to scrape work item information from a particular Azure DevOps project.
vsts_create_workitem(domain, project, item_type, auth_key, ...)
The name of the Azure DevOps organization.
the name of the project in domain
to look at
the type of work item to be created
authentication key generated by using vsts_auth_key
arguments passed to vsts_get_workitem_fields
For more information about work item API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/work-items.