Open a way to allow reporting on Linked Tickets.
Linked Ticket Report - Общност / Feature Request - Deskpro Support
Linked Ticket Report Collecting Feedback
Коментар (1)
Matthew Wray
Добави коментар
Моля, логнете се или се регистрирайте, за да оставите коментар.
You can pull some basic linked ticket information using the report below:
SELECT tickets.id, tickets.parent_ticket.subject
FROM tickets
WHERE tickets.parent_ticket.id <> 0
SPLIT BY tickets.parent_ticket.id
Hope that's useful.
If you'd like any advice on expanding the report let us know.