Azure DevOps
With Azure DevOps modules in , you can:
- watch work items, git, and code events
- search, create, retrieve, and update work items
- call APIs
To get started with Azure DevOps, create an account at dev.azure.com.
provides two ways to connect the Azure DevOps app:
You can watch work items, gists, and event code using the following modules.
Triggers when an event for work item happens.
Field | Description |
---|---|
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. |
Triggers when an event for git happens.
Field | Description |
---|---|
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. |
Triggers when an event for code happens.
Field | Description |
---|---|
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. |
You can search, create, update, and retrieve work items using the following module.
Searches work items by type or returns them all.
Field | Description |
---|---|
Connection | |
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 will return during one execution cycle. |
Creates a new work item.
Field | Description |
---|---|
Connection | |
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. |
Retrieves details about a specific work item.
Field | Description |
---|---|
Connection | |
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. |
Updates a specific work item.
Field | Description |
---|---|
Connection | |
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. |
Performs an arbitrary authorized API call.
Field | Description |
---|---|
Connection | |
URL | Enter a path relative to https://dev.azure.com/{organization}. For example, /api/projects. |
Method | Select the HTTP method you want to use: 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. |
Refer to the Azure DevOps API documentation for more information.