Skip to content

rfrandse/sprint-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Generate information about issues within a github epic

Requirements

  1. python2
  2. 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

Usages

Generate a list of issues within a github epic:

sprint-report.py -e <epic number> report
sprint-report.py -e <epic number> -csv report

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages