get_project
Retrieve detailed information about a specific GitHub project by its ID, including tasks, milestones, and custom fields, for streamlined project management.
Instructions
Get details of a specific GitHub project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}