Azure DevOps Connector
Documentation
Version: 2
Documentation

Tables for Azure DevOps Connector


On this page you will see possible API actions you can perform with Azure DevOps connector. We will refer this as API Table or just Table.

Name Description Supported Operations
Projects No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_projects
INSERT YES add_project
UPDATE YES update_project
UPSERT NO
DELETE YES delete_project
LOOKUP YES get_project
Teams No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_teams
INSERT YES add_team
UPDATE YES update_team
UPSERT NO
DELETE YES delete_team
LOOKUP YES get_team
WorkItemComments No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES query_workitem_comments
INSERT YES add_workitem_comment
UPDATE YES update_workitem_comment
UPSERT NO
DELETE YES delete_workitem_comment
LOOKUP YES get_workitem_comments,get_workitem_comment
WorkItems No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES query_workitems
INSERT YES add_workitem
UPDATE YES update_workitem
UPSERT NO
DELETE YES delete_workitem
LOOKUP YES get_workitems_by_ids