list_processes
Retrieve a formatted table of all processes in an Azure DevOps organization, including names, IDs, and descriptions, to facilitate project creation, configuration, or identify the default process.
Instructions
Lists all available processes in the organization.
Use this tool when you need to:
- See what processes are available in your Azure DevOps organization
- Find process IDs for project creation or configuration
- Check which process is set as the default
Returns:
A formatted table of all processes with names, IDs, and
descriptions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_processesArguments",
"type": "object"
}