https://github.com/maxsafer/jirahourplanner
UI for planning hours before automatically logging them to jira.
https://github.com/maxsafer/jirahourplanner
Last synced: 4 months ago
JSON representation
UI for planning hours before automatically logging them to jira.
- Host: GitHub
- URL: https://github.com/maxsafer/jirahourplanner
- Owner: Maxsafer
- License: gpl-3.0
- Created: 2025-07-18T14:32:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T21:42:24.000Z (11 months ago)
- Last Synced: 2025-08-12T02:26:22.751Z (10 months ago)
- Language: HTML
- Homepage: https://hub.docker.com/r/maximilianosapien/jirahourplanner
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JiraHourPlanner
UI for planning hours before automatically logging them to jira.
```
docker pull maximilianosapien/jirahourplanner:latest
```
-----
Start the container under a folder like "jirahourplanner" and set your Jira instance, email and Jira-token through the UI.
```
docker run --rm -d --name jirahourplanner -p 5001:5000 -v "$(pwd)/data:/app/data" maximilianosapien/jirahourplanner:latest
```
## Features
- Time logging per day
- Time logging for past days
- Jump back/forward by N weeks
- Edit & delete activities
- Daily totals
- Jira integration
- Time loggin duplication detection per day
-----

## Future-development
This was a fun project to develop and I intend to work on the interface/navigation or any bugs that are reported.
[Support cool projects like this one! :)](https://www.paypal.com/donate/?hosted_button_id=SRATUX8VNHC9G)