eyp / redmine_spent_time

Redmine plugin that improves the spent time functionality.
Other
56 stars 39 forks source link

redmine_spent_time

Version >= 4.0.0 for Redmine 4.x

Versions for Redmine < 4.0 are not supported anymore.

This is a Redmine's plugin which allow users to add spent time entries for issues they have worked on. It gives users a comfortable form to do queries about their spent time on projects, along with a little form to submit new entries. Of course also it's possible to delete entries and to modify existing ones.

From this functionality a user will be able to add time entries to assigned issues or to issues which he has already spent some time but are not assigned to him.

Installation

  1. Go to your redmine root path/plugins.
  2. At the command line type git clone https://github.com/eyp/redmine_spent_time.git
  3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails).
  4. Login and configure the plugin (see Permissions section.)
  5. Click the 'Spent time' link in the top left menu.

Permissions

There are some permissions which can be set up for every role from the Administration -> Roles and permissions.

Usage

It's very easy to use, click the 'Spent time' link in the top left menu, from there you will be able to do queries and add entries. After doing a query, if there are time entries in the result, you will be able to modify or delete them.

Languages

Code contributors

Translators

License

This plugin is licensed under the Apache License, Version 2.0.

Project help

If you need help you can create an issue in the GitHub Issues tracker.

Release notes

4.1.0 - 2020-09-14

4.0.0 - 2019-06-17

3.1.2 - 2015-10-01

3.1.0 - 2015-09-24

2.6.7 - 2015-09-24

3.0.2 - 2015-05-21

3.0.0 - 2015-04-09

2.6.6 - 2014-10-16

2.6.5 - 2014-03-31

2.6.4 - 2014-03-17

2.6.3 - 2014-03-03

2.6.2 - 2014-02-26

2.6.1 - 2014-02-20

2.6.0 - 2014-02-10