This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

tickets are automatically deleted

I recently noticed that closed/completed tickets seem to be deleted from the database at some point in time.  I've not been able to find any documentation or information indicating when or how this happens.  I know that they disappear less than a year after being closed because we've only been using SD for a year and tickets are gone.  Is there a way to stop this automatic deletion, or to change the time frame, or to archive tickets somewhere else?

Parents Reply Children
  • 0 in reply to 

    You may be able to modify the "archive" value to 0 in the database for the item:

    update incident set archive = 0 where case_id = <case number>;

    I would back up the DB before making any changes. I might suggest observing the state of existing tickets to confirm.