I'm trying to pull all Confluence pages in my instance that haven't been modified since 1/1/21. I was able to get all of the parent pages that haven't been mod
What I'm trying to achieve is to upload a Confluence page content that contains code examples, and I'd like these code examples to use the {code} macro plugin t
I try to create a Confluence page with Python by: from atlassian import Confluence def writeConfluencePage(confluenceBaseUrl,parentId,user,password):