Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1013 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 1013 Bytes

JiraMetricMetter

Script for collecting metrics according to https://adc.luxoft.com/confluence/display/APPLINK/2015/06/25/Developers+team+metrics Dependency: https://pypi.python.org/pypi/jira

Currently suports only daily metrics Can send email to developers, that have fails in metrics. (use -m option for this)

For help use : ./metrics.py -h

usage: metrics.py [-h] [-m] [-v VACATION [VACATION ...]] [-d DEVELOPERS [DEVELOPERS ...]]

optional arguments: -h, --help show this help message and exit -m, --send_mail Sent emails about result -v VACATION [VACATION ...], --vacation VACATION [VACATION ...] Developer on vacation -d DEVELOPERS [DEVELOPERS ...], --developers DEVELOPERS [DEVELOPERS ...] Custom developers list

dependencies: https://github.com/requests/requests-oauthlib http://github3py.readthedocs.org/en/master/index.html#installation https://pypi.python.org/pypi/jira sudo pip install python-dateutil