Hello folks,
I need an API service for Nested comments (Comments -in - Comments) For Create, Update and Delete the nested comments in particular page for confluence.
If have please share with me.
Thanks
Karthick
Hello Karthick,
This is an exciting concept to move comments within Confluence pages. You may access/view comments within a Confluence page via the API. Getting to the data will be a 2 step process. Here is the method I would use for this approach:
A drawback to this is there is no option within the endpoint to use methods such as POST or DELETE. Meaning, you will only be able to view already created comments within the Confluence pages.
Since you want to Create, Update, and Delete comments when chances are the Java API will better serve you. Here is the documentation for the Java API.
Alternatively, you may view marketplace add-ons to see if a solution there may suit your needs. Here is a preset search within the Atlassian Marketplace for comments.
I hope this provides some direction with your concept. When you have a solution figured out, please share with the rest of so we may learn from your endeavors.
Regards,
Stephen Sifers
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.