This is quick solution to JIRA not having an out the box way of reporting time logged per user, instead of just a project. This can be a bit of a road block for project managers. This was never intended to be 100% polished, as it was made quickly and I don't intend on updating this repo unless there is genuine interest, you're welcome to do what you want with it.
composer install
from your terminal to install PHP dependencies - if you haven't got composer installed please follow the official composer install guide$cfg
variable inside index.php
to match your own JIRA domain / user login.This tool uses the JIRA REST API, however it requires your user email and password for basic authentication, and this user would require permissions to view the project and obtain the data requested - so please be mindful of this fact.
If you need a feature, feel free to request it (I can try find time to help you), or alternatively submit a pull request.
Sorry, I can't be held liable for any problems this script may cause to your system, use at your own peril!