python3
requests
xlsxwriter
- If you using Gmail go to
https://myaccount.google.com/lesssecureapps
and turn it on, this is needed to sent email - Modify
runner.sh
:- JIRA_DOMAIN - your company jira domain
- JIRA_PROJECT_ID - id of project you are want to get report
- JIRA_USER_EMAIL - email that you using to login to Jira, also this email will be used to send email
- JIRA_USER_PASSWORD - password from Jira, needed to get access to Jira Api and send email
- EMAIL_RECIPIENT - email where report will be sent
- To run script execute: 'sh runner.sh'