jira_project_create_meta
Get Jira create-screen field requirements (required, schema type, allowed values, defaults) for a project and issue type in one pre-flight call, avoiding HTTP 400 errors and field-lookup loops.
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`). |