Open a way to allow reporting on Linked Tickets.
Linked Ticket Report - Community / Feature Request - Deskpro Support
Linked Ticket Report Collecting Feedback
Comment (1)
Matthew Wray
Add a comment
Please log in or register to submit a comment.
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.