Retrieves the full detail of a single Jira ticket by its issue key. Unlike the list endpoint, this always makes a live call to the Jira API (no caching) and returns the complete normalized ticket. This is typically used when a user selects a ticket from the list and needs to see full details before linking it to a job.
The raw Jira issue is normalized using the same field mapping logic as the list endpoint — custom fields for part number, quantity, and epic link are resolved from the configured mappings in App Settings.
This endpoint does not use the in-memory cache. It always makes a live Jira API call, so it reflects the most current ticket state.
The rawFields object is included for debugging and advanced integrations. It contains the unprocessed Jira fields exactly as returned by the Jira REST API.
A 10-second timeout applies to the Jira API call. Slow Jira instances may cause timeouts.
The ticket key is URL-encoded before being sent to Jira, so special characters are handled safely.