Get create metadata
jira_get_create_metaDiscover create-issue fields and required flags for a Jira project. Omit issue type to list available types, then pass one to view field IDs, allowed values, and update operations.
Instructions
Reads what jira_create_issue accepts for a project. Call it WITHOUT issueTypeId to list the issue types you may create there, then again WITH one to get that screen: field id, name, required flag, allowed values and the update operations each field takes. Issue type and custom field ids are instance-specific — never guess one. When complete is false the screen was only partly read and its required-field list is NOT the full one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). | |
| project | Yes | Project key (e.g. ABC) or numeric project id. Not the project name. | |
| issueTypeId | No | Issue type ID — never a name, because names are not unique across a tenant. Omit to list the issue type ids you may create in this project. |