Skip to content

console app to generate reports of issue resolve activity in JIRA

Notifications You must be signed in to change notification settings

netoctone/jireport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to JiReport

jireport is console app in ruby 1.9

It is designed to create custom reports of issue resolve activity in JIRA.

Three scripts available:

  1. bin/fetch

Fetches issues state and tracks it to database,
allowing to add additional data based on comparison with already
stored one. Database is accessed via ActiveRecord (from Rails 3.0).
  1. bin/report

Generates report based on stored data,
for now, using Google Spreadsheet API.
  1. bin/report_cur_week

Generates report for current week.

Getting Started

  1. Clone this repo to your machine:

    git clone git://github.com/netoctone/jireport.git; cd jireport
  2. Install bundler if you haven’t yet:

    gem install bundler
    
  3. Install required gems:

    bundle install
    
  4. Configure all files in config/ directory, create database according to it.

  5. Run database migrations:

    rake migrate
    
  6. Correct sha-bang in bin/fetch, bin/report and bin/report_cur_week.

  7. ???

  8. PROFIT

About

console app to generate reports of issue resolve activity in JIRA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published