Copilot
Sign in
Update Profile
Preferences
Change Password
My runbooks
Shared with me
Sign out
link
copy
reject
agent:
Select a proxy
Select LLM
gpt-4.1
gpt-4o
llama3-3-70b-instruct
deepseek
eWZ20hHdobmkRNNBDfQz
Process 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
Select type
String
Integer
Float
Boolean
Array
Object / Dictionary
Dropdown
File
required
outputs
Select type
String
Integer
Float
Boolean
Array
Object / Dictionary
Dropdown
File
import json print("Ticket: ", json.dumps(ticket, indent=4)) fields = ticket.get("fields", {}) issue_id = ticket['key']
copied
jira
ticket