apps/bot/src/feats/tickets/README.md (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
- [ ] /ticket
- [x] new
- [x] for
- [x] view [ticketId]
- [ ] actions
- [x] close
- [x] claim
- [x] unclaim
- [x] reopen
- [x] comment [ticketId?]
- [x] edit [ticketId?]
- [ ] clean - /ticket delete
- [ ] participants
- [ ] add
- [ ] remove
- [ ] list
- [ ] manage
- [ ] list
- [ ] export [ticketId] - defaults to all
- [ ] delete [ticketId]
- [ ] purge
- [x] settings
- [x] transcript-channel
- [x] entrypoint-channel
- [x] category
- [x] prompt
- [x] greeting
- [x] send-prompt
|