confluence-python-cli icon indicating copy to clipboard operation
confluence-python-cli copied to clipboard

A simple python script for interaction with a Atlassian Confluence Wiki

Results 18 confluence-python-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

Please add a feature to modify the content of a page. Currently updatepage is actually deleting the page and recreating it.

I would like to be able to add labels to a page.

Requesting a feature that allows us to upload documents to a page.

CentOS 6 and earlier runs python 2.6, and so format statements require positional argument specifiers, i.e. "{0} {1}", etc, and fail when given "{} {}".

Changes on the Update as it will keep the ID i confluence rather than rebuilding the page from scratch

When trying to access a wikiurl with https instead of http I get this error: ``` $ python confluence.py --wikiurl="https://confluence.mydomain.com/" ... Traceback (most recent call last): File "confluence.py", line 427,...