maxrossello / redmine_app_timesheets

A true timesheet plugin using orders, not bound to timelogs over issues
GNU General Public License v2.0
32 stars 10 forks source link

Prevent user to assign hours without a task #49

Closed velteyn closed 9 years ago

velteyn commented 9 years ago

Hello, we have a problem here. We see that users can assign development time without a specific task.

This is good for vacations etc but its not desirable for development activities...

How can we prevent this ?

maxrossello commented 9 years ago

Hi, even with standard Redmine you cannot prevent a user to assign time to the project rather than over issues. There is no way to force time assignment on issues, you have to enforce it through your process. However, my suggestion is to use standard Redmine facilities to track time for development (they are there on purpose), and use the timesheet app for administrative purposes only.