/build/static/layout/Breadcrumb_cap_w.png

Option to automatically reopen ticket on chosen date for review?

I've gotten a request from other Helpdesk admin in my company to find out if there's a way to flag or check-box a ticket to be reopened at a later for review/assessment.
This would only apply to chosen tickets and the date would need to be specified per ticket.
Is there any option or rules available to make this happen in current iteration?

1 Comment   [ + ] Show comment
  • Chuck, I'm unable to reply to your comment, getting the error "Unable to save comment", so I'm replying here.

    Thanks very much! Is it possible to use the wizard to create this rule? I have a custom date field and I've selected today's date, but when I test the rule, I'm not sure what term to use to reflect today's date. I've tried "today", "now", "current", and "curdate" to no avail.

    Thanks so much for the help. - Brady Williams 6 years ago
    • The rules wizard will only get you part way there. You'll have the update the SQL to handle dates correctly. I normally put today in for the value and then find that line in the where clause, it should look something like this:
      CUSTOM_FIELD_VALUEx = "today"
      The proper format should be:
      DATE(CUSTOM_FIELD_VALUEx) = DATE(NOW()) - chucksteel 6 years ago
      • With much help and a little trepidation creating an update rule to sql, we were successful. Thank you very much for your help. - Brady Williams 6 years ago

Answers (1)

Answer Summary:
Posted by: chucksteel 6 years ago
Red Belt
0

Top Answer

There isn't anything like that built into the appliance, but it should be easy enough to add. You would need to create a custom field for the date and then a rule that finds any tickets where that custom field is today and changes the status. That rule would be scheduled to run daily. 


Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
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