Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
No way. Why ?
You can restore details from logs, the same e-mail notifications, and so on.
If there is a backup, then it's easy!
The issue is described by the following fields:
SELECT * FROM issues WHERE id = <issue_id>;
SELECT * FROM journals WHERE journalized_id = <issue_id>;
SELECT * FROM journal_details WHERE journal_id IN (SELECT id FROM journals WHERE journalized_id = <task_id>);
SELECT * FROM attachments WHERE container_id = <task_id>;
SELECT * FROM custom_values WHERE customized_id = <task_id>;
SELECT * FROM watchers WHERE watchable_id = <task_id>;
SELECT * FROM issue_relations WHERE issue_from_id = <issue_id> OR issue_to_id = <issue_id>;
/*select * from time_entries where issue_id = <issue_id>;*/
And files
SELECT disk_filename FROM attachments WHERE container_id = <task_id>;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question