get_project_details
Gain comprehensive insights into an Azure DevOps project: retrieve its process, work item types, fields, and team memberships.
Instructions
Get comprehensive details of a project including process, work item types, and teams
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| includeProcess | No | Include process information in the project result | |
| includeWorkItemTypes | No | Include work item types and their structure | |
| includeFields | No | Include field information for work item types | |
| includeTeams | No | Include associated teams in the project result | |
| expandTeamIdentity | No | Expand identity information in the team objects |