/build/static/layout/Breadcrumb_cap_w.png

Service Desk work log reporting

Hi,

How to include work log in service desk into reporting. I need to count timed taken by staff for each ticket. Please help me! Thank you in advance.

1 Comment   [ + ] Show comment
  • Hi,

    There is a table in Kace called HD_WORK. That has this information. Try something like this:-

    Select HD_WORK.HD_TICKET_ID, HD_WORK.START, HD_WORK.STOP, HD_WORK.NOTE FROM HD_WORK
    JOIN HD_TICKET
    ON HD_WORK.HD_TICKET_ID = HD_TICKET.ID
    WHERE (HD_TICKET.HD_QUEUE_ID = 6)

    Just change the Queue number as needed - Druis 9 years ago

Answers (0)

Be the first to answer this question

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ