/build/static/layout/Breadcrumb_cap_w.png

Creating Rules to move help desk tickets to different queues

Is there a way I can create a rule to have tickets be moved into different queues based on which "owner" the user selects? Right now we have everything going into HelpDesk queue, but would love to be able to assign queues to users so I don't have to go in and sort them out after the fact. Any help is appreciated, thanks.

1 Comment   [ + ] Show comment
  • I have a new select and update that ALMOST did what I needed it to do - only now, when you open that ticket after it has been moved into the appropriate queue, all the fields change, ie category, hardware, impact - they all get set to the first option under each category:
    SELECT HD_TICKET.* FROM HD_TICKET WHERE (OWNER_ID = 2608) AND (HD_QUEUE_ID != 16)

    UPDATE HD_TICKET SET HD_PRIORITY_ID = HD_PRIORITY_ID, HD_STATUS_ID = HD_STATUS_ID, HD_IMPACT_ID = HD_IMPACT_ID, HD_CATEGORY_ID = HD_CATEGORY_ID, HD_QUEUE_ID = 16 WHERE (OWNER_ID = 2608) AND (HD_QUEUE_ID != 16); - mazostyle 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