https://github.com/crawlercode/redmine-time-tracking
Start-stop timer for Redmine
https://github.com/crawlercode/redmine-time-tracking
chrome-extension firefox-extension redmine
Last synced: about 2 months ago
JSON representation
Start-stop timer for Redmine
- Host: GitHub
- URL: https://github.com/crawlercode/redmine-time-tracking
- Owner: CrawlerCode
- License: mit
- Created: 2023-05-02T18:28:08.000Z (about 3 years ago)
- Default Branch: beta
- Last Pushed: 2026-04-18T09:10:06.000Z (about 2 months ago)
- Last Synced: 2026-04-18T09:28:48.520Z (about 2 months ago)
- Topics: chrome-extension, firefox-extension, redmine
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg
- Size: 16.7 MB
- Stars: 35
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Redmine Time Tracking (Chrome Extension / Firefox Extension)


[](https://github.com/semantic-release/semantic-release)








> Start-stop timer for [Redmine (open source project management web application)](https://www.redmine.org)
[![Install-Button-Chrome]][Install-Link-Chrome]
[![Install-Button-Firefox]][Install-Link-Firefox]
[Install-Button-Chrome]: https://img.shields.io/badge/Install-Chrome-71b500?style=for-the-badge&logoColor=white&logo=google-chrome
[Install-Link-Chrome]: https://chrome.google.com/webstore/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg "Open in chrome web store"
[Install-Button-Firefox]: https://img.shields.io/badge/Install-Firefox-71b500?style=for-the-badge&logoColor=white&logo=firefox-browser
[Install-Link-Firefox]: https://addons.mozilla.org/de/firefox/addon/redmine-time-tracking "Open in firefox add-on store"
## 🚀 Features
| | | |
| :---------------------------------: | :---------------------------------: | :---------------------------------: |
|  |  |  |
|  |  | |
- View all your assigned Redmine issues grouped by projects
- Filter issues by project and status
- Group issues by target version
- Search for issues (`CTRL` + `K` or `CTRL` + `F`)
- Start, stop and edit timers for your tasks
- Create time entries (also for multiple users at once)
- Update done ratio for issues
- Pin and unpin issues (display at the top)
- Remember and forget issue (not assigned to you)
- View time entries for current and last week
- Multiple languages
- Dark & light mode (system default)
## 🌐 Supported languages
- English
- German
- Russian (thanks [@ASM-Development](https://github.com/ASM-Development))
- French (thanks [@S8N02000](https://github.com/S8N02000))
> If you want to add more languages or extend existing ones, feel free to contribute. Just create a pull request with the desired changes. The language files are located under [src/lang](src/lang) and [public/\_locales](public/_locales).
## 🛠️ Requirements
Supported browsers:
- **Chrome 122** or higher
- **Firefox 127** or higher
Supported Redmine versions:
At least **Redmine version `3.0` or higher** required. Recommended version `5.0` or higher.
### Unsupported features by Redmine versions
| Feature | Unsupported Redmine version |
| --------------------------------------------------------------------------------- | --------------------------- |
| Show only **enabled** issue field for selected tracker when _creating new issues_ | `< 5.0.0` |
| Show only **allowed statuses** when _updating issue_ | `< 5.0.0` |
| Show spent vs estimated hours | `< 5.0.0` |
| Select the **default fixed version** when _creating new issues_ | `< 4.1.1` |
| Check permissions for admin users who are not members of a project | `< 4.0.0` |
| Display project-available time entry activities when _adding spent time entries_ | `< 3.4.0` |
| Remote Redmine search | `< 3.3.0` |
## Credits
Logo is Copyright (C) 2009 Martin Herr and is licensed under Creative Commons ([https://www.redmine.org/projects/redmine/wiki/logo](https://www.redmine.org/projects/redmine/wiki/logo))