Azure DevOps is a set of developer services providing version control, reporting, requirements management, project management, automated builds, testing and release management capabilities.

Changelog

5 versions
v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Azure DevOps API.
v1.2.0
  • Added test() (Flow Test Mode) to the NewWorkItem and UpdatedWorkItem triggers.
v1.1.1
  • Added output examples to component schemas.
v1.1.0
  • auth: add optional Tenant ID field to support multi-tenant Azure AD setups (#2684)
  • components: return a clear error when the API response is not a valid object (prevents engine TypeError)
v1.0.0
  • Initial release.

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Triggers

2
New Work Item icon

New Work Item

Triggers when a new work item is created in an Azure DevOps project.
Updated Work Item icon

Updated Work Item

Triggers when a work item is updated in an Azure DevOps project.

Actions

7
Create Work Item icon

Create Work Item

Create a new work item (Bug, Task, User Story, etc.) in an Azure DevOps project.
Find Work Items icon

Find Work Items

Search for work items in Azure DevOps using a WIQL (Work Item Query Language) query. Returns a maximum of 200 work items.
Get Work Item icon

Get Work Item

Retrieve a single work item from Azure DevOps by its ID.
List Projects icon

List Projects

List all projects in an Azure DevOps organization. Returns up to 100 projects.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Azure DevOps API.
Delete Work Item icon

Delete Work Item

Delete a work item from Azure DevOps. The work item is moved to the recycle bin and can be restored unless permanently destroyed.
Update Work Item icon

Update Work Item

Update one or more fields on an existing Azure DevOps work item. Only fields with provided values will be updated.