jira_get_issue_field_names
Retrieve all field IDs and their human-readable names for a specific JIRA issue. Use this tool to identify available fields before querying or updating the issue.
Instructions
Get all field IDs and their corresponding names for a specific JIRA issue. This tool retrieves the editmeta for an issue and returns a simplified list of field IDs (like "customfield_25931") mapped to their human-readable names (like "Target start"). Use this when you need to discover what fields are available for a specific issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | Yes | The JIRA issue ID or key to get field names for. Example: "IDS-10194" or "PROJ-123" |