Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confluence v2 implementation (Cloud) #1521

Closed

Conversation

batzel
Copy link

@batzel batzel commented Apr 1, 2025

This PR implements full support for Confluence Cloud v2 API including:

  • Core API structure and endpoint mapping
  • Page operations (get, create, update, delete)
  • Space operations
  • Search functionality
  • Comments handling
  • Whiteboard and custom content types (new in v2)
  • Comprehensive compatibility layer for v1 to v2 migration
  • Documentation and examples
  • Testing framework

Note backward compatibility for api v1. Also tested by hand with mcp-atlassian.
Implementation by John B Batzel ([email protected]) with assistance from Cursor.com AI (or vice-versa).

@gonchik
Copy link
Member

gonchik commented Apr 1, 2025

Looks like confluence module put into dedicated directory like bitbucket, otherwise too many files will be :)

@batzel
Copy link
Author

batzel commented Apr 2, 2025

I fixed the earlier automatic security reports, moved confluence to a separate directory like you wanted, and I grabbed the two commits you made to master and incorporated them into the new confluence directory structure.

@batzel batzel closed this Apr 3, 2025
@batzel
Copy link
Author

batzel commented Apr 3, 2025

Superceeding this one with a different pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants