Undelete a ticket
Is there any way to restore a deleted ticket? I recently removed a user from the "Ticket Owners" label and that apparently deleted all tickets with that user listed as the owner. I can tell this because if I browse the ticket database in MySQL those specific tickets don't show up in the list, unless there is some special query I need to find deleted tickets.
Thanks.
Thanks.
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
cblake
13 years ago
Posted by:
maurere
13 years ago
Posted by:
cblake
13 years ago
I'm sorry to hear that you are having "nothing but problems"; that's certainly not common. If you're having issues I'd certainly recommend an engagement with Training and/or support to resolve. Please PM my via e-mail.
Deleting a user would change the owner to unassigned; it's possible to have custom ticket rules doing something that could delete tickets, but I suspect that's not what's happening. Without looking at it with support I think the forum is little help here. Sorry.
Deleting a user would change the owner to unassigned; it's possible to have custom ticket rules doing something that could delete tickets, but I suspect that's not what's happening. Without looking at it with support I think the forum is little help here. Sorry.
Posted by:
maurere
13 years ago
Posted by:
airwolf
13 years ago
Posted by:
cblake
13 years ago
Posted by:
GillySpy
13 years ago
Is there a way to restore an individual ticket from a database backup?
It is possible to do this but not necessarily trivial. Assuming that no database restoration was done since the delete we (support) could extract the information from the backup and apply it easily in most cases. I think this might be a Point-of-need service so there would be a small charge for it in most cases.
Other options: you could restore from backup and then manually recreate the tickets since the restore. This would be a tradeoff scenario.
however, in this case I agree with cblake. I do not believe that the ticket was deleted. To find out for certain you could run a query directly against the database (below) or go to http://yourkbox/adminui/ticket.php?ID=X directly or call support. The ticket likely is not visible because of something in the ticket that doesn't match the current display filters or is "corrupted" -- meaning it has data in it that doesn't match the current queue
select * from HD_TICKET WHERE ID=X
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.