jira_field_map
Build a mapping table of Jira field IDs, names, schemas, and editability. Fetch global field catalog or detailed create/edit metadata for specific projects or issues.
Instructions
Build a mapping table for Jira field IDs, names, schemas, and editability.
With no arguments, returns the global field catalog. Supplying
project_key adds create metadata for that project's issue types.
Supplying issue_key adds edit metadata and current sample values for
that issue, which is useful for updating custom fields by API ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |