Summary
Custom Activity enables users to easily automate important Azure DevOps operations in their workflows like Projects, Teams, Work Items, Boards and Test Plan
Overview
This package includes the following activities:
1. Azure DevOps Scope - This activity creates a connection to the Azure DevOps organization. This activity involves Azure Active Directory credentials for authentication.
Create Project - Creates a new project within the organization.
Delete Project - Deletes a project from the organization.
List Projects - Retrieves the list of projects within the organization.
Create Team - Creates a new team within Azure DevOps project
Delete Team - Delete a team within Azure DevOps project
Get Backlogs - Retrieves the backlogs from a Team within Azure DevOps project
Get Team - Retrieves the details of a Team within Azure DevOps project
Get Team Story Board - Retrieves the Team storyboard from an Azure DevOps project
Add Attachment - Adds an attachment to a work item within Azure DevOps project
Create Work Item - Creates a new work item within the Azure DevOps project
Delete Work Item - Deletes a work item within Azure DevOps project
Get Work Item - Retrieves the details of a work item within the Azure DevOps project
Update Assigned To - Updates 'Assigned To' value of a work item within Azure DevOps project
Update Work Item Description - Updates 'Description' value of a work item within the Azure DevOps project
Update Work Item Priority - Updates 'Priority' value of a work item within the Azure DevOps project
Update Work Item State - Updates 'State' value of a work item within the Azure DevOps project
Update Work Item Title - Updates 'Title' value of a work item within the Azure DevOps project
Benefits