You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/netbot-usage.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -153,12 +153,22 @@ Will create a new ticket with the title "Upgrade the server to the v1.62 LTS", a
153
153
### `/ticket thread [ticket-id]` - Create a Discord thread for a ticket
154
154
155
155
Create a new discord thread from an existing ticket *ticket-id*, using the ticket title as the thread title. The thread is created in the channel it is invoked in, and all notes from the existing ticket are copied into the thread.
156
-
157
156
```
158
157
/ticket thread 787
159
158
```
160
159
will create a new thread for ticket 787 in the current Discord channel.
161
160
161
+
If a Discord thread has already been created for that ticket, a note with a link to that thread will be displayed.
162
+
163
+
If an existing *ticket thread* has been deleted, it can be recreated in any channel with the same command.
164
+
165
+
To move a *ticket thread* to a new channel:
166
+
1. Delete the existing *ticket thread* using the Discord UI. NOTE: The relevant comments are already synced to Redmine.
167
+
2. Create the *ticket thread* in the new channel with (you guessed it): `/thread ticket [id]`
168
+
169
+
`/ticket thread` is designed to be forgiving: If no *ticket thread* exists or syncdata is old, incomplete or invalid, a new valid *ticket thread* will be created and synchroized. Otherwise, an existing *ticket thread* is associated with that ticket ID and a link to it will be displayed.
170
+
171
+
162
172
### `/ticket assign [ticket-id]` - Assign a ticket
163
173
164
174
Assign ticket *ticket-id* to yourself (the invoking user).
0 commit comments