feat(core): Add slash command "related ticket" for ticket and ticket comments

ref: #284 closes #287
This commit is contained in:
2024-09-14 13:07:58 +09:30
parent d05537a619
commit c81e319aac
4 changed files with 119 additions and 3 deletions

View File

@ -47,12 +47,13 @@ Comment types are:
Slash commands are a quick action that is specified after a slash command. As the name implies, the command starts with a slash `/`. The following slash commands are available:
- Related `/blocked_by`, `/blocks` and `/relate`
- Time Spent `/spend`, `/spent`
### Time Spent
::: app.core.lib.slash_commands.Duration
options:
inherited_members: false
@ -62,6 +63,17 @@ Slash commands are a quick action that is specified after a slash command. As th
summary: true
### Related Tickets
::: app.core.lib.slash_commands.CommandRelatedTicket
options:
inherited_members: false
members: []
show_bases: false
show_submodules: false
summary: true
## Ticket Types
::: app.core.models.ticket.ticket.Ticket.TicketType