get_issue_types
Retrieve issue types allowed for a Jira project to prevent creation errors from invalid type names.
Instructions
List the issue types available for create_issue.
Call this first when unsure what issue_type a project accepts —
instances rename and translate types (Task/Задача, Story,
Sub-task), so guessing produces a 400.
Args: project_key: Optional project key to restrict to the types actually enabled in that project's scheme. Without it, every type on the instance is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |