Hey,
I am trying to use this https://bitbucket.org/atlassianlabs/automatic-cloud-backup/src/master/jira_backup.py python script to automate backup in jira cloud.
But I am not so famailer with python so i need some help.
Where do I fill in my variables? Under def main() at line 93 ?
When I run the code I get this error:
File "c:/Users/ /Desktop/ / /Backup_Jira.py", line 13, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
I dont understand where i am suppose to get the import from.
Anyone know how I can get this script to work?
Any help is much apriciated!
Hi!
I do recommend you update the requirements.txt file.
like this https://github.com/atlassian-api/atlassian-python-api/blob/master/requirements.txt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.