Hey,
I've modified the scripts at https://bitbucket.org/atlassianlabs/automatic-cloud-backup
I'm pulling the status at the API every 5 seconds to see at what state it's in.
When i'm adding that it should also backup attachments it never comes to a 'Completed' state it will only come to "Archiving attachments" as the status and the alternatePercentage goes to "100%".
Can a change be made to the API so that when it reaches this state it will return the status 'Completed' and the alternatePercentage to 100 (as an integer instead of a string with the percentage character?)
This works fine if I'm not including attachments. Then it returns a correct completed state.