jira_get_create_metadata
Fetch Jira creation metadata for a project and issue type to identify required fields, custom fields, and allowed values before creating an issue.
Instructions
Fetches creation metadata and field configurations for a specific project and issue type, including custom fields (customfield_XXXXX), required states, and allowed option values. Required to know which fields are expected and what their types are before creating an issue. Official API Doc Link: https://developer.atlassian.net/cloud/jira/platform/rest/v3/api-group-issue-creation-metadata/#api-rest-api-3-issue-createmeta-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKeys | No | Comma-separated list of project keys (e.g., "PROJ,TEST"). | |
| issueTypeNames | No | Comma-separated list of issue type names (e.g., "Bug,Task,Story"). |