retrieve deleted jira issue

p_ninjago February 15, 2015
 

1 answer

1 vote
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 15, 2015

I think it's impossible. Just connect to your database and check jiraissue table. More details about JIRA DB schema: https://developer.atlassian.com/jiradev/jira-architecture/database-schema

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 15, 2015

That is correct - a deleted issue really is totally deleted. To restore one, you have to go back to a database *backup* and fetch it from there. I don't think that's available on Cloud (although you could raise a support request and ask them to do it, or at least give you a copy of the backup) Standard recommendation though - do not allow delete to any users except admins - consider having a "wastebin" project instead of allowing delete.

Suggest an answer

Log in or Sign up to answer