-
Notifications
You must be signed in to change notification settings - Fork 527
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 storage and document plugin #2940
Confluence storage and document plugin #2940
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far. Just minor stuff. I think there's an opportunity to have all the atlassian-related plugins (Jira and Confluence) under the same directory now and have all of them leverage (and extend if necessary) the config stuff such as HostingType and API related things. We could tackle it in a separate PR.
Thanks for the PR! |
An attempt to create a confluence plugin for both storage and document.
The plugin right now supports only cloud hosted confluence and can be extended down the road. Logs and sheets are not supported as confluence has no such concept. it make use of the atlassian-python-api for the confluence api calls.
I can create some screenshots on how it looks like, if there is a need. Please review.