I've been through a similar process with SAS and Confluence. What worked for me was setting up a SAS job to generate the reports locally on my Windows machine. After that, I used a simple Python script to automate the upload process to Confluence. You can find Confluence REST APIs really helpful for this. They allow you to authenticate and upload files directly to your desired Confluence page, whether it's PDFs, Excel sheets, or other formats. It's been a game-changer for sharing detailed updates and summaries seamlessly within our team. And, if you're still exploring options, check out what are epics in jira.
... View more