Azure DevOps

With Azure DevOps modules in {{Make}}, you can:

To get started with Azure DevOps, create an account at dev.azure.com.

Connect Azure DevOps to {{Make}}
[Note] Note

Ensure to enable Third-party application access via OAuth in your Organization Settings, or you might receive an error 403, TF400813: The user is not authorized to access this resource.

azure-devops-9.png

To connect to Azure DevOps:

  1. Log in to your Azure account.

  2. Copy the Organization name to your clipboard.

    Screenshot_1944-12-27_at_2_16_50_PM.png
  3. Log in to your {{Make}} account, insert an Azure DevOps module in your scenario, and click the Add button next to the Connection field.

    Screenshot_1944-12-27_at_12_26_27_PM.png
  4. Optional: In the Connection name field, enter a name for the connection.

  5. In the Organization field, enter the organization copied in Step 2 and click Save.

You have successfully established the connection. You can now edit your scenario and add more Azure DevOps modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.

Triggers

You can watch work items, gists, and event code using the following modules.

[Note] Note

{{Make}} automatically creates a webhook in Azure DevOps once you add an instant trigger to your scenario.

Watch Work Items Events

Triggers when an event for work item happens.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your Azure DevOpsaccount.

Event Type

Select the event type you want to watch.

Watch Git Events

Triggers when an event for git happens.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your Azure DevOpsaccount.

Event Type

Select the event type you want to watch.

Watch Code Events

Triggers when an event for code happens.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your Azure DevOpsaccount.

Event Type

Select the event type you want to watch.

Work Items

You can search, create, update, and retrieve work items using the following module.

Search Work Items

Searches work items by type or returns them all.

Connection

Establish a connection to your Azure DevOps account.

Project

Select or map the project whose work items you want to search.

Team

Select or map the team whose work items you want to search.

Item Type

Select or map the item type whose work items you want to search.

Limit

Set the maximum number of work items {{Make}} will return during one execution cycle.

Create a Work Item

Creates a new work item.

Connection

Establish a connection to your Azure DevOps account.

Project

Select or map the project in which you want to create the work item and enter the details.

Item Type

Select or map the item type and enter its information to create the work item.

Get a Work Item

Retrieves details about a specific work item.

Connection

Establish a connection to your Azure DevOps account.

Project

Select or map the project's work item details you want to retrieve.

Work Item ID

Click Search ID and select the work item whose details you want to retrieve.

Update a Work Item

Updates a specific work item.

Connection

Establish a connection to your Azure DevOps account.

Project

Select or map the project whose work item details you want to update.

Item Type

Select or map the item type whose details you want to update.

Work Item ID

Click Search ID and select the work item whose details you want to update.

Enter the details to update the work item.

Other
Make an API Call

Performs an arbitrary authorized API call.

[Note] Note

For the list of available endpoints, refer to the Azure DevOps API documentation.

Connection

Establish a connection to your Azure DevOps account.

URL

Enter a path relative to https://dev.azure.com/{organization}. For example, /api/projects.

Method

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.