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

Compatibility with Confluence cloud (on-demand) #2

Open
ssbarnea opened this issue Aug 10, 2016 · 8 comments
Open

Compatibility with Confluence cloud (on-demand) #2

ssbarnea opened this issue Aug 10, 2016 · 8 comments

Comments

@ssbarnea
Copy link

Is the published compatible with the current version of Confluence?

As of today our cloud version of Confluence reports version 1000.223.0

Also it seems really unclear on how can someone authenticate. For example we enabled Google OAuth so use off password would not be possible. I tried to look for a place to obtain a token from the web interface but failed to.

Note: if you do not have access to a cloud hosted version of Confluence I can arrange this for you. Atlassian was keen enough to provide me with a free version of hosted Jira+Confluence which I am using for testing Python-JIRA library via Travis CI. That instance is running at https://pycontribs.atlassian.net

@ikeeip
Copy link
Member

ikeeip commented Sep 8, 2016

Hi! Great feature. But i think it is not compatible with Confluence Cloud for now. Currently confluence-publisher works only through HTTP Basic authentication. Feel free to improve it.

@rastaman
Copy link
Contributor

rastaman commented Jan 29, 2017

hi, you should try my fork/pull request, it works on our confluence cloud instance : #8
it use basic authentication as it is available also on atlassian cloud.

@ingsimonemonteleone
Copy link

Hi!

Sorry, it is possible to use the program with the Confluence cloud version?

Thanks,

SM

@rastaman
Copy link
Contributor

rastaman commented Dec 8, 2017

If i'm not wrong my merge requests has been merged and so it should works out of the box. At least it was working on our Confluence cloud instance last time i have checked 2-3 months ago.

@tomdottom
Copy link

@rastaman I've just stumbled across this incompatibility issue too. It appears that confluence cloud has it's own api https://developer.atlassian.com/cloud/confluence/rest/

This package appears to follow the Confluence Server rest api https://docs.atlassian.com/ConfluenceServer/rest/6.9.1/

@pwinston
Copy link

pwinston commented Feb 1, 2019

So does it work? @rastaman said it was working, but @tomdottom implies it doesn't work? I was going to try it our cloud instance.

@spyoungtech
Copy link
Collaborator

@pwinston I have used this on cloud successfully recently. As recently as a little over a year ago I used on both server and cloud fine. Hope that helps.

@spyoungtech
Copy link
Collaborator

spyoungtech commented Feb 1, 2019

@pwinston -- do note that the version available on PyPI (e.g. when using pip) is behind master. I recommend using the version at HEAD of master branch.

pip install git+https://github.com/Arello-Mobile/confluence-publisher.git

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

No branches or pull requests

7 participants