I am new with this confluence and want to update a confluence page automatically rather than manual effort. Can you suggest how to get start.
Dear @Mayank Koli,
I have no xp with this python lib. The title of your question suggested, that you know what to do in Python.
So long
Thomas
Hi Thomas,
I tried with the example but it is giving error.
And my code is
from confluence.client import Confluence
with Confluence("https://confluence.org.com/confluence",('user','abc')) as c:
page = c.search("ID=10"
Error:
Traceback (most recent call last):
File "c:\PYTHONWORK\confluence\test1.py", line 4, in <module>
page = c.search("ID=10")
AttributeError: 'NoneType' object has no attribute 'search
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Thomas for your resp....I will check it ....I have no idea about it...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.