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 Help..]
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 Help..]
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 Help..]
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 Help..]
Get Work Item Comments (by WorkItem Id) get_workitem_comments Get work item comments associated with WorkItem Id [API Help..]
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 Help..]
Create Work Item Comment add_workitem_comment Creates work item comment for a specific WorkItem Id [API Help..]
Update Work Item Comment update_workitem_comment Update work item comment for a specific Work Item Id and Comment Id [API Help..]
Delete Work Item Comment delete_workitem_comment Delete work item comment for a specific Work Item Id and Comment Id [API Help..]
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 Help..]
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 Help..]
Get Work Item Types get_workitemtypes Get work item types in the default project within the organization. [API Help..]
Create Work Item add_workitem Creates a new work item in the default project within the organization. [API Help..]
Update Work Item update_workitem Updates an existing work item in the default project within the organization. [API Help..]
Delete Work Item delete_workitem Deletes an existing work item in the default project within the organization. [API Help..]
Get List of Queries get_queries Gets a list of predefined queries within the organization. [API Help..]
Get List of Projects get_projects Gets a list of projects within the organization. [API Help..]
Get Project Details get_project Gets the details of the specified project within the organization by its project Id. [API Help..]
Create Project add_project Create a new project within the organization. [API Help..]
Update Project update_project Update an existing project within the organization. [API Help..]
Delete Project delete_project Delete an existing project within the organization. [API Help..]
Get List of Teams get_teams Gets a list of teams in the default project within the organization. [API Help..]
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 Help..]
Create Team add_team Creates a new team in the default project within the organization. [API Help..]
Update Team update_team Updates the details of the specified team in the default project within the organization by its team Id. [API Help..]
Delete Team delete_team Deletes the specified team in the default project within the organization by its team Id. [API Help..]
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 Help..]
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 Help..]
Get Team Iterations get_team_iterations Lists Team iterations for a specified project / team. [API Help..]
Get Team Iteration Capacities get_team_iteration_capacities Lists capacity for all team members in a specified project / team / iteration. [API Help..]
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.