https://github.com/luiscoms/jira-sprint-report
cli tool
https://github.com/luiscoms/jira-sprint-report
Last synced: about 1 year ago
JSON representation
cli tool
- Host: GitHub
- URL: https://github.com/luiscoms/jira-sprint-report
- Owner: luiscoms
- License: mit
- Created: 2016-05-05T16:17:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T21:22:56.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T08:44:44.650Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jira Sprint Report
==================
A python application that prints sprint report on console:
Exaple:
./report.py
3.0 - [BE] Task 1
5.5 - [FE] Task 2
4.8 - [BE] Task 3
Types:
. BE - 7.8 hours
. FE - 5.5 hours
Total: 13.3
## Usage
* Configure vars on `condig.yml`
* (Optional) Create a virtual environment with `virtualenv -p python3 jira-sprint-report`
* Activate the virtual environment `source jira-sprint-report/bin/activate`
* Install dependencies with `pip install -r requirements.txt`
* Run the report `./report.py`