Python create Confluence Page
Python script to create a Confluence page, plus child pages, based on input .txt files in Confluence markup language. In my case called from Jenkins with a Jenkins parameter (p_test_description) used to name the Confluence page. Based on https://stackoverflow.com/questions/33168060/how-can-i-create-a-new-page-to-confluence-with-python
Read More Python create Confluence Page