feat(core): Add ticket_comment_category slash command

ref: #690 closes #600
This commit is contained in:
2025-03-17 15:40:56 +09:30
parent 20d979963a
commit 105e6509b0
4 changed files with 29 additions and 13 deletions

View File

@ -101,6 +101,6 @@ A Model link is a reference to an item within the database. Supported model link
| team| `$team-<id>` |
| ticketcategory| `$ticket_category-<id>` |
| ticketcomment| `$-<id>` |
| ticketcommentcategory| `$-<id>` |
| ticketcommentcategory| `$ticket_comment_category-<id>` |
To declare a model link use syntax `$<type>-<model id>`. i.e. for device 1, it would be `$device-1`