Skip to content

vchernyshov/jira-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script created with Python 3.

Script requires next dependencies:

  1. python3
  2. requests
  3. xlsxwriter

To run script:

  1. If you using Gmail go to https://myaccount.google.com/lesssecureapps and turn it on, this is needed to sent email
  2. 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
  3. To run script execute: 'sh runner.sh'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published