You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
we found that the communication information in comments field were lost, especially for Mar 27th, 28th.
is there a way to restore the deleted comments of a jira issue?
is there a way to restore the lost comments of a jira issue?
Hi @Rashmi Uppin
Welcome to the community!
Unfortunately, There is no way to recover a deleted comment.
You can check the history of JIRA issue. Might be it will help you!
Regards,
Sushant Verma
you may find the REST API Changelog endpoints useful in this case. Depending on how many tickets and how many updates you have to sift through -- sometimes its just easier to retrieve the ticket and copy paste from the log. On the opposite end of the spectrum, if you have a ton of comments to re-enter, the ChangeLog endpoint to pull back the tickets and then the comment endpoint to re-insert may be most efficient.
(Note -regardless of the version you are on, the API calls look very similar)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian community!
Assuming you take regular backups of your Jira server, and a backup was taken prior to this comment being deleted you will have to do the following:
- Figure out when the comment was deleted - As @Joe Pitt points out, you can get that information in the issue history i.e. when the comment was deleted
- Pick a backup snapshot that was taken prior to the time when the comment was deleted
- Restore the backup on a different Jira server instance
- Export the requisite issue along with the comments from the temporary Jira server to the production Jira server
Unfortunately this is a lot of work to do, but if that piece of information is critical to your business then you have to do the above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. I don't give anyone delete permission to anything to anyone for just this reason. If you look in the history of the issue it might show the comment and that it was deleted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.