Hi,
I am new to Confluence. I would like to be able to bulk delete all inline comments that are "resolved", for a space (or all spaces, actually). I have ScriptRunner for Confluence. If anyone has already such script, that would be very helpful! I will start learning how to write scripts, but thought I will ask here as well. :-)
Kind regards,
Céline
Hi Celine,
I do not have a script to do this but can confirm to do this you would need to write a script to first call the Get Inline Comments API to return all inline comments.
Then you will need to loop over these and call the Delete inline comment API to delete the comments by passing in their ID.
I hope this helps,
Regards,
Kristian
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.