Skip to content

evizitei/jira-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-stats

An analysis tool for getting some interesting metrics around your jira project

Usage

  1. pull down the repo:

go get github.com/evizitei/jira-stats

  1. go to your repo

cd $GOPATH/src/github.com/evizitei/jira-stats

  1. build your config file

cp jirastats.gcfg.example jirastats.gcfg

vim jirastats.gcfg

  1. build your binary

go build

  1. see what commands are available

./jira-stats

  1. run your command

./jira-stats cycle-time

  1. specify a date range if you like:

./jira-stats --date-range "2015-07-01:2015-07-15" bug-ratio

Running Tests

once you've pulled down the repo, package tests for the jira client package can be run with:

go test github.com/evizitei/jira-stats/jira

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages