VirtusLab / jira-stats

Exports some metrics from jira via REST api - currently calculated dev days per ticket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jira-stats

Travis CI

Simple tool to fetching Jira tickets and genereting CSV for reporting purposes.

Building codebase locally:

  • Make sure you have Golang installed
  • Make sure you have Serverless Framework tools installed
  • Create dir $GO_PATH/github.com/VirtusLab and clone this repo there
  • Go into repo dir and type make build

Running it locally

  • Make sure to export two env variables:

      JIRA_USER
      JIRA_PASSWORD 
    
  • run local/main.go - if running from IDE make sure that env variables are visible there

To deploy

  • Make sure you have JIRA env vars exported (look above)
  • Run: sls deploy

About

Exports some metrics from jira via REST api - currently calculated dev days per ticket


Languages

Language:Go 98.4%Language:Makefile 1.6%