get_available_fields
Retrieve all available Jira fields with their metadata and field IDs for a specific ticket or project. The returned mapping enables accurate field updates.
Instructions
Get all available fields for a Jira ticket with their metadata and field IDs. Returns a mapping of field names to field IDs that can be used in update_ticket_fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | No | The Jira ticket ID (e.g., PROJECT-123). If not provided, returns fields for creating new tickets in the project. | |
| projectKey | No | Project key (e.g., NDU). Required if ticketId is not provided. | |
| issueType | No | Issue type (e.g., Task, Bug). Optional, helps filter fields. |