confluence-publisher icon indicating copy to clipboard operation
confluence-publisher copied to clipboard

Compatibility with Confluence cloud (on-demand)

Open ssbarnea opened this issue 7 years ago • 8 comments

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

ssbarnea avatar Aug 10 '16 08:08 ssbarnea

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.

ikeeip avatar Sep 08 '16 06:09 ikeeip

hi, you should try my fork/pull request, it works on our confluence cloud instance : https://github.com/Arello-Mobile/confluence-publisher/pull/8 it use basic authentication as it is available also on atlassian cloud.

rastaman avatar Jan 29 '17 06:01 rastaman

Hi!

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

Thanks,

SM

ingsimonemonteleone avatar Dec 08 '17 17:12 ingsimonemonteleone

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.

rastaman avatar Dec 08 '17 17:12 rastaman

@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/

tomdottom avatar Jun 18 '18 20:06 tomdottom

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.

pwinston avatar Feb 01 '19 00:02 pwinston

@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 avatar Feb 01 '19 00:02 spyoungtech

@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

spyoungtech avatar Feb 01 '19 04:02 spyoungtech