jira_project_create_meta
Retrieve required fields, schema types, allowed values, and defaults for a JIRA issue type's create screen. Eliminates the trial-and-error recovery loop by providing a single pre-flight introspection call.
Instructions
Introspect which fields a JIRA issue type needs: for each field on the create screen, returns required, schema_type, allowed values (resolving option/select/cascading-select), and any default. Collapses the create→HTTP 400→jira_field_list→jira_field_options recovery loop into a single pre-flight call. Returns YAML. Mirrors omni-dev atlassian jira project create-meta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project key (e.g., `PROJ`). | |
| issue_type | Yes | Issue type name (e.g., `Task`, `Bug`). |