confluence

Update table in Confluence through Python

Update table in Confluence through Python Question: I created a Confluence page some time ago, where there is one table. Periodically I need to add additional row and to put some text there. I would like to automate it. Besides, in the last column I need to upload some files. I wrote a code that …

Total answers: 1

get_page_by_id retun html instead json with metadata Confluence Python API

get_page_by_id retun html instead json with metadata Confluence Python API Question: I try to get meta data from confluenca, but receives html from the login page. confluence = Confluence( url=URL, username=settings.LOGIN[‘username’], password=settings.LOGIN[‘password’] ) metadata = confluence.get_page_by_id(self.ID, ‘version,body.view’, status=None, verion=None) Return: <!DOCTYPE html> <html dir="ltr" class="" lang="en"> <head> <title>Sign in to your account</title> … It worked …

Total answers: 1