Last active
October 31, 2019 19:24
-
-
Save armiiller/aaee5adb337c80702fe5a09ef2242734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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