eWZ20hHdobmkRNNBDfQzProcess Jira Ticket
Process Jira Ticket
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
import json
print("Ticket: ", json.dumps(ticket, indent=4))
fields = ticket.get("fields", {})
issue_id = ticket['key']
copied