This is a quick solution to show the time logged in JIRA, because it's not very easy to do this in JIRA itself.
- JIRA Cloud
- Some webspace to host this PHP script on
- Clone this GIT repository.
- Run
composer install
to install PHP dependencies. - Run
bower install
to install Javascript dependencies. - Rename settings_demo.php to settings.php
- Edit the variables inside settings.php to match your own JIRA domain / user login.
- Select a time period.
- Click run report, if all went well you see an overview of logged time.
This tool uses the JIRA REST API, however it requires your username 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, or alternatively submit a pull request.
If you have any questions, just ask!
Sorry, I can't be held liable for any problems this script may cause to your system, use at your own peril!