list-issue-types
Retrieve all custom issue types available in a specified Plane project to understand available categorization options for project management workflows.
Instructions
List all custom issue types in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project to get issue types from |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "ID of the project to get issue types from",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}