Skip to content

Commit f6aec90

Browse files
authored
Add current_user_name to trigger instructions
Update zendesk add note instructions to include commenters name
1 parent f65b8ae commit f6aec90

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

zendesk/conf/triggerInstructions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"status": "{{ticket.status}}",
4545
"latest_comment": "{{ticket.latest_comment_html}}",
4646
"tags": "{{ticket.tags}}",
47-
"external_id": "{{ticket.external_id}}"
47+
"external_id": "{{ticket.external_id}}",
48+
"current_user_name": "{{current_user.name}}"
4849
}
4950
```
5051

@@ -64,6 +65,7 @@
6465
"status": "{{ticket.status}}",
6566
"latest_comment": "{{ticket.latest_comment_html}}",
6667
"tags": "{{ticket.tags}}",
67-
"external_id": "{{ticket.external_id}}"
68+
"external_id": "{{ticket.external_id}}",
69+
"current_user_name": "{{current_user.name}}"
6870
}
69-
```
71+
```

0 commit comments

Comments
 (0)