You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Thanks Thomas for your resp....I will check it ....I have no idea about it...
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
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