Generate information about issues within a github epic
- python2
- config.py file with
#!/usr/bin/python
zen_auth = {
'X-Authentication-Token': 'TOKEN',
}
GITHUB_USER = 'github id'
GITHUB_PASSWORD = '<password>'
To obtain a zenhub TOKEN https://dashboard.zenhub.io/#/settings
Generate a list of issues within a github epic:
sprint-report.py -e <epic number> report
sprint-report.py -e <epic number> -csv report