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.
I'm trying to figure out if there's a jql query or something exposed in the API that would allow me to find issues where a comment was deleted. I'm not worried about recovering the content of the comment, I just want to know that a comment was deleted.
Once a thing is deleted from jira/confluence/etc, if there isn't any "trash" functionality available, then it's gone.
Yes, I know that, and I probably haven't properly explained what I'm after. Let's say I commented on an issue and then deleted the comment. In the issue history there will be a line that says "Paul Krueger deleted a Comment". I want to find all issues where Paul Krueger deleted a comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Paul Krueger thanx for the clarification! Maybe I have misunderstood it. Have you try using the changelog?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have. Interestingly enough, when looking at the change log I can see the contents of the deleted comment, but not that the comment was deleted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see that the string become null
"items": [{"field": "Comment","fieldtype": "jira","fieldId": "comment","from": null,"fromString": "another comment","to": null,"toString": null}]
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.