Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.