get_issue_types
Retrieve available issue types (Bug, Story, Task, Epic) for a Jira project to identify valid options before creating issues. Returns type names, IDs, descriptions, and workflow details.
Instructions
Get all available issue types (Bug, Story, Task, Epic, etc.) for a specific project. Returns type names, IDs, descriptions, and workflow information. Required before creating issues to know valid issueType values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The project key (e.g., "PROJ") or numeric project ID. Use get_projects to find available project keys. |