Forums

Articles
Create
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

๐Ÿ›ก๏ธ Automate Jira & Confluence Cloud Backups with AWS (Open-Source Python Scripts)

Aaron Morris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 28, 2025

Hi everyone! ๐Ÿ‘‹

I just wanted to share some Python scripts I wrote to automate Jira Cloud and Confluence Cloud backups using AWS.

๐Ÿ”— https://github.com/agile-innovations-tech/atlassian-cloud-backups

There are four scripts:

  • Jira Backup Trigger:  Initiates the creation of a new Jira Cloud backup file using Jira's API.

  • Jira Backup Download:  Downloads the latest backup file from Jira Cloud and stores it in AWS S3.
  • Confluence Backup Trigger:  Initiates the creation of a new Confluence Cloud backup file using Confluence's API.

  • Confluence Backup Download:  Downloads the latest backup file from Confluence and stores it in AWS S3.

The scripts are designed for AWS Lambda, but you could adapt the scripts to run on other platforms.

These scripts are designed using the APIs described here:

By using AWS, you can use:

  • Lambda to execute the scripts
  • EventBridge to schedule the scripts
  • S3 to store the backups
  • and CloudWatch to monitor for backup failures.

The README in the repository contains some YouTube links for a full tutorial.

๐Ÿ‘‰ If you try it out, Iโ€™d love to hear how it works for you!

๐Ÿ’ฌ Feedback, ideas, or even code contributions are very welcome.

Thanks for checking it out!

2 comments

Comment

Log in or Sign up to comment
Natasha Richardson July 28, 2025

Hi Aaron,

Just a quick question. Does this solution work similar to backup tools in the marketplace for example revyz? 

Like โ€ข Aaron Morris likes this
Aaron Morris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 28, 2025

@Natasha Richardson -- Great question! These scripts only automate Jira and/or Confluence's native backup capabilities.

They do not provide any of the advanced features you might get from the Marketplace.

TAGS
AUG Leaders

Atlassian Community Events