Sign in

Process Jira Ticket

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