What information should I include in a ticket?

Providing detailed information helps us resolve issues faster:

Always Include:

  • Service Details: Which server/service is affected (hostname, IP, or service ID)
  • Problem Description: What's wrong? What were you trying to do?
  • When It Started: Exact time the issue began
  • Steps to Reproduce: How can we recreate the problem?
  • Error Messages: Exact error text or screenshots
  • What You've Tried: Troubleshooting steps you've already taken

Helpful Attachments:

  • Screenshots showing the issue
  • Server logs (error logs, access logs)
  • Configuration files (with passwords removed)
  • Network traces or diagnostic output

Example Good Ticket:

Subject: Website returning 500 errors on checkout page

Details: Our e-commerce site (shop.example.com) started showing 500 Internal Server Error on the checkout page at approximately 2:35 PM EST today. The error occurs when customers click "Proceed to Payment". All other pages work fine. I've checked the error log (attached) which shows PHP fatal errors. I've tried restarting PHP-FPM but the issue persists. This is affecting our sales - urgent help needed.

Attachments: error_log.txt, screenshot.png

The more details you provide, the faster we can identify and fix the issue!

Back to Knowledge Base