Hi Edward,
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.
Bir yorum ekle
Bir yorum gönderebilmek için lütfen oturum açın ya da kayıt olun.
Yorum (1)