2017 © Pedro Peláez
 

library jira-worklog-extractor

Helper to extract worklog entries from JIRA using their REST API

image

jpastoor/jira-worklog-extractor

Helper to extract worklog entries from JIRA using their REST API

  • Friday, September 2, 2016
  • by jpastoor
  • Repository
  • 4 Watchers
  • 26 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 1 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

JIRA Worklog Extractor

Tool to help extract worklogs from JIRA. The native UI and REST interface for dealing with worklogs is a bit clunky so I wrote this little tool to help with it., (*1)

Currently outputs a CSV table with the projects on the rows, authors on the columns and worked hours in the cells., (*2)

Usage with docker

Make sure you have docker and docker-compose installed on your machine., (*3)

Clone or download the source code and install dependencies, (*4)

git clone https://github.com/jpastoor/jira-worklog-extractor.git
cd jira-worklog-extractor
docker-compose run php-cli composer install --prefer-dist

Copy the config.json.template to config.json and alter the values., (*5)

Then you can run the commands using:, (*6)

docker-compose run php-cli php app.php

Example command:, (*7)

docker-compose run php-cli php  app.php load-project-totals 2016-01-01 2016-03-31

Example output:, (*8)

project;matthijs;jeroen;chris;ernst;joost
WGF;52;0;1;20;7
WATSAFEGBS;0;0;9;0;0
WAT;119;0;0;7;39

License

MIT License, (*9)

Thanks to

Marius Storm-Olsen for his code sample on https://answers.atlassian.com/questions/87961/how-to-get-list-of-worklogs-through-jira-rest-api, (*10)

The Versions

02/09 2016

dev-master

9999999-dev

Helper to extract worklog entries from JIRA using their REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

api rest jira worklog