Add move command

This commit is contained in:
Isaac
2022-08-02 21:29:44 +01:00
parent b4618aac1b
commit 954681685a
4 changed files with 67 additions and 1 deletions

View File

@@ -54,6 +54,13 @@ commands:
time:
description: Close all tickets that have been inactive for the specific time
name: time
move:
description: Move a ticket to another category
name: move
options:
category:
description: The category to move the ticket to
name: category
new:
description: Create a new ticket
name: new