get_work_item_fields
Retrieve all work item fields and their metadata from an Azure DevOps project to enable accurate field mapping and updates.
Instructions
Get all work item fields available in a project with metadata for smart field updates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project | Yes | The name or ID of the project. |
Input Schema (JSON Schema)
{
"properties": {
"project": {
"description": "The name or ID of the project.",
"type": "string"
}
},
"required": [
"project"
],
"type": "object"
}