Skip to content

Instantly share code, notes, and snippets.

@armiiller
Created October 31, 2019 19:23
Show Gist options
  • Save armiiller/ba28ec16fc3d8fa1329455e2b54891ad to your computer and use it in GitHub Desktop.
Save armiiller/ba28ec16fc3d8fa1329455e2b54891ad to your computer and use it in GitHub Desktop.
{
"event_type": "resolve",
"id":"{{ticket.id}}",
"title":"{{ticket.title}}",
"created_at_with_timestamp":"{{ticket.created_at_with_timestamp}}",
"description":"{{ticket.description}}",
"ticket_type":"{{ticket.ticket_type}}",
"link":"{{ticket.link}}",
"priority":"{{ticket.priority}}",
"status":"{{ticket.status}}",
"via":"{{ticket.via}}",
"assignee_name":"{{ticket.assignee.name}}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment