Azure DevOps Server provides source control management, project management, and automated build and release capabilities.
Steps
azure.Server: Connection definition for Azure DevOps Server
azure.BaseTask:
azure.CreateWorkItem: Creates an Azure DevOps type work item
azure.GetWorkItem: Retrieves and returns any specified work item and its fields
azure.WaitForWorkItemState: Waits until the work item changes to the required state
azure.UpdateWorkItem: Updates the work item
azure.UpdateWorkItemsByWiqlQuery: Updates the work item using Work Item Query Language (WIQL)
azure.UpdateWorkItemsByQuery: Updates the work item by Managed query
azure.WiqlQueryWorkItems: Retrieves multiple work item IDs by specifying a WIQL query
azure.QueryWorkItems: Retrieves the work items by managed query
azure.QueueBuild: Queues a build
azure.RunPipeline: Triggers a pipeline run
azure.AddBuildPipelineTag: Adds tags to the build pipeline run
azure.CreateRelease: Starts a new release
azure.WaitForRelease: Waits for the deployment in Digital.ai Release
azure.StartDeploymentInRelease: Starts the deployment in Digital.ai Release
azure.ApproveDeploymentInRelease: Allows to approve deployment in Digital.ai Release
azure.GitCommitTrigger: If you want your release to be created and started by a commit in a Git repository, you can setup this trigger
Reference Images

Create a work item task

Add a build pipeline run tags

Approve deployment in Digital.ai release

Starts a new release

Retrieve a work item by query task

Retrieve a work item task

Query work items

Queues build

Starts the deployment in Digital.ai Release

Updates the work items

Updates the work item using Work Item Query Language (WIQL)

Updates the work item by Managed query

Waits for the deployment in Digital.ai Release

Waits until the work item changes to the required state
