automatic-cloud-backup
automatic-cloud-backup copied to clipboard
Atlassian is making a change to authentication that will break this tool (deprecating cookie auth)
They are getting rid of cookie based authentication and replacing it with token based authentication.
https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/
I haven't looked into it much, but it might not be too bad.
Thanks for the info. Looks like we can make our script than more simple because we can get rid of the cookie creation. https://confluence.atlassian.com/cloud/api-tokens-938839638.html
Review of PR https://github.com/mattock/automatic-cloud-backup/pull/21 would be appreciated :smile:.