Closed bwegman closed 7 years ago
@bwegman i get an error message when running the script:
./backup.sh: Zeile 97: jq: command not found.
Do you have an programm installed named jq? Or is it an alias? Is it this?: https://stedolan.github.io/jq/
After installing jq the error message changed:
parse error: Invalid numeric literal at line 1, column 10
I tried jq in version 1.4 and 1.5. Which version do you use?
I found that the last error appears when you are not autenticated. I will fix the authorization check in the script.
@bwegman , i fixed the authorization check in #14. I also restored the old endpoints for Confluence. Would be great it you can check if the script works for you.
Updates backup.sh to use the new Jira Rest API URLs.