Μετάβαση στο κύριο περιεχόμενο

Reporting on Linked Tickets - Γνωσιακή βάση / Using Deskpro / Reports - Deskpro Support

Reporting on Linked Tickets

Λίστα συντακτών

If you'd like to view parent tickets and the child tickets associated with them you can run the report below:


SELECT tickets.id, tickets.subject

FROM tickets

WHERE tickets.parent_ticket.id <> 0

SPLIT BY tickets.parent_ticket.id, tickets.parent_ticket.subject


This will output a table per parent ticket,  containing all child tickets linked to it, as per the image below:

Βοηθητικό Δεν βοηθάει

42 από 80 χρήστες πιστεύουν ότι αυτή η σελίδα βοηθάει