Feature #29286
Add default spent time activity per role
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Time tracking | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
Currently, you can set a default spent time activity for all users, regardless their role.
I find it more useful if we add a default activity for each role (and not for each user how is requested in #938) because an user can have different roles per projects. Maybe in one project I'm a developer and I want to have the "Development" activity as default, and in another project I've the "Manager" role and I want to have the "Project Management" activity as default.
If a role doesn't have a default activity, the global should be set as default if exists, otherwise blank.
Any feedback is welcome.
Related issues
History
#1
Updated by Marius BALTEANU almost 4 years ago
- Related to Feature #938: Add default Activity value per user added
#2
Updated by Bernhard Rohloff almost 4 years ago
+1
This could really save time for many people and makes time tracking less tedious.
#3
Updated by 彥丞 陳 almost 4 years ago
+1
#4
Updated by Marius BALTEANU almost 4 years ago
- Related to Feature #7080: Alternate default activity in time logging added
#5
Updated by Marius BALTEANU almost 4 years ago
- File 0001-Option-to-set-default-time-entry-activity-per-role.patch
added
- File default_role_time_entry.png added
- Assignee deleted (
Marius BALTEANU)
Attached is the patch that adds the option to define a default time entry activity for each role.
Any feedback is welcome.
#6
Updated by Go MAEDA over 3 years ago
- Target version set to Candidate for next major release
#7
Updated by ciel ciel over 3 years ago
I am using redmine 3.4.6. on bitnami, I apply the patch in the directory htdoc but once I redemare the service, access to the menu role hangs, I need this feature and thank you
#8
Updated by Gerardo Schild over 3 years ago
I am using redmine 3.4.6 on bitnami, although the patch did not work, I applied the changes manually and I had the following error, which should be corrected for the patch
\app\models\time_entry_activity.rb
I get the error of: undefined function punk which solves it with .sort.map(&:default_time_entry_activity_id)
Thank you!