Azure DevOps Connector
Documentation
Version: 2
Documentation

EndPoints 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 EndPoint or just EndPoint.

Label Name Description
Get Query Fileds get_query_fields Gets query fields for work items. [API reference]
Get Work Items for Specified Query Id get_workitems_by_query_id Get work items associated with the specified project, organization and query. (A team can optionally be specified as well.). Read more about this API here https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/wiql/query-by-id?view=azure-devops-rest-7.1 [API reference]
Query Work Items query_workitems Get work items associated with the specified project and organization that are filtered by a Wiql query. (A team can optionally be specified as well.). Read more about this API here https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/wiql/query-by-wiql?view=azure-devops-rest-7.0 and here https://learn.microsoft.com/en-us/azure/devops/boards/queries/query-operators-variables?view=azure-devops [API reference]
Query Work Item Comments query_workitem_comments Get work item comments associated with the specified project and organization that are filtered by a Wiql query. (A team can optionally be specified as well.). Read more about this API here https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/wiql/query-by-wiql?view=azure-devops-rest-7.0 and here https://learn.microsoft.com/en-us/azure/devops/boards/queries/query-operators-variables?view=azure-devops [API reference]
Get Work Item Comments (by WorkItem Id) get_workitem_comments Get work item comments associated with WorkItem Id [API reference]
Get Work Item Comment by Comment Id and Work Item Id get_workitem_comment Get work item comment by its Comment Id (for specific WorkItem Id) [API reference]
Create Work Item Comment add_workitem_comment Creates work item comment for a specific WorkItem Id [API reference]
Update Work Item Comment update_workitem_comment Update work item comment for a specific Work Item Id and Comment Id [API reference]
Delete Work Item Comment delete_workitem_comment Delete work item comment for a specific Work Item Id and Comment Id [API reference]
Get Work Item Column Fields get_workitem_fields Get work item column fields in the default project within the organization. Read more about description on each field here https://learn.microsoft.com/en-us/azure/devops/boards/work-items/guidance/work-item-field?view=azure-devops [API reference]
Get Work Items by Ids get_workitems_by_ids Get work items in the default project within the organization by their work item Ids. [API reference]
Get Work Item Types get_workitemtypes Get work item types in the default project within the organization. [API reference]
Create Work Item add_workitem Creates a new work item in the default project within the organization. [API reference]
Update Work Item update_workitem Updates an existing work item in the default project within the organization. [API reference]
Delete Work Item delete_workitem Deletes an existing work item in the default project within the organization. [API reference]
Get List of Queries get_queries Gets a list of predefined queries within the organization. [API reference]
Get List of Projects get_projects Gets a list of projects within the organization. [API reference]
Get Project Details get_project Gets the details of the specified project within the organization by its project Id. [API reference]
Create Project add_project Create a new project within the organization. [API reference]
Update Project update_project Update an existing project within the organization. [API reference]
Delete Project delete_project Delete an existing project within the organization. [API reference]
Get List of Teams get_teams Gets a list of teams in the default project within the organization. [API reference]
Get Team Details get_team Gets the details of the specified team in the default project within the organization by its team Id or team name. [API reference]
Create Team add_team Creates a new team in the default project within the organization. [API reference]
Update Team update_team Updates the details of the specified team in the default project within the organization by its team Id. [API reference]
Delete Team delete_team Deletes the specified team in the default project within the organization by its team Id. [API reference]
Search for Work Items by Text search_workitems_by_text Search for specific text within work items in the default project of the organization. [API reference]
Get Team Members get_team_members Lists all members part of a specified Team in the project within the organization (by team Id or team name). [API reference]
Get Team Iterations get_team_iterations Lists Team iterations for a specified project / team. [API reference]
Get Team Iteration Capacities get_team_iteration_capacities Lists capacity for all team members in a specified project / team / iteration. [API reference]
Generic Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.
Generic Request (Bulk Write) generic_request_bulk_write This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.