Skip to content

Instantly share code, notes, and snippets.

@armiiller
Last active October 31, 2019 19:24
Show Gist options
  • Save armiiller/aaee5adb337c80702fe5a09ef2242734 to your computer and use it in GitHub Desktop.
Save armiiller/aaee5adb337c80702fe5a09ef2242734 to your computer and use it in GitHub Desktop.
{
"event_type": "create",
"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