PHPackages                             jpastoor/jira-worklog-extractor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jpastoor/jira-worklog-extractor

ActiveLibrary[API Development](/categories/api)

jpastoor/jira-worklog-extractor
===============================

Helper to extract worklog entries from JIRA using their REST API

377927PHPCI failing

Since Mar 3Pushed 6y ago4 watchersCompare

[ Source](https://github.com/jpastoor/jira-worklog-extractor)[ Packagist](https://packagist.org/packages/jpastoor/jira-worklog-extractor)[ RSS](/packages/jpastoor-jira-worklog-extractor/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

JIRA Worklog Extractor
======================

[](#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.

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

Usage with docker
-----------------

[](#usage-with-docker)

Make sure you have docker and docker-compose installed on your machine.

Clone or download the source code and install dependencies

```
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.

Then you can run the commands using:

```
docker-compose run php-cli php app.php

```

Example command:

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

Example output:

```
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
=======

[](#license)

MIT License

Thanks to
=========

[](#thanks-to)

Marius Storm-Olsen for his code sample on

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/733306?v=4)[Joost Pastoor](/maintainers/jpastoor)[@jpastoor](https://github.com/jpastoor)

---

Top Contributors

[![jpastoor](https://avatars.githubusercontent.com/u/733306?v=4)](https://github.com/jpastoor "jpastoor (15 commits)")

### Embed Badge

![Health badge](/badges/jpastoor-jira-worklog-extractor/health.svg)

```
[![Health](https://phpackages.com/badges/jpastoor-jira-worklog-extractor/health.svg)](https://phpackages.com/packages/jpastoor-jira-worklog-extractor)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
