Created
October 31, 2019 19:23
-
-
Save armiiller/ba28ec16fc3d8fa1329455e2b54891ad 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": "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