Add permission to show/hide estimated times & spent times

0

Stefaan Ellebaut
Added about 1 year ago

Redmine core has a separate permission for viewing logged time. When this is not active for a specific role (e.g. clients), they can still access it as a card item in the agile board.
The plugin should adhere to the existing permissions and not give the user access to spent time when his role doesn't permit so.

Similar, we would like to be able to hide estimated hours (core field) as wel for certain roles.
We are using redmine_base_deface in combination with redmine_customize_core_fields to hide it on the issues for now, but also here, this can still be accessed via the agile board.

Stefaan Ellebaut 5 months

Any news on this?
Newer redmine 6 releases also have an 'remaining time' issue column and in the roadmap are even adding the option to overwrite that value (default remaining time = estimated time - logged time, but should be able to overrule if developer needs more work then estimated).

These fields should also be available as totals and on cards; and more importantly, be hidden for roles that don't have access to that information as configured in the redmine roles permissions.