Feature #6036
closeduser permission is changing as the workflow state is changed
0%
Description
We are researching now if redmine can be used for our company. There is a special requirement.
As the issue state is changed the user/role permission should be changed. For detail: issue state is new developer is allowed to change issue properties and tester is not allowed to change issue properties. But when issue state is changed into resolved developer can not change issue properties and tester can change issues properties.
How can I implement such function?
Related issues
Updated by Felix Schäfer over 14 years ago
- Priority changed from High to Normal
This is currently possible for the issue status only, i.e. all other fields are freely editable by every user with the permission to edit the issue. The issue status is controlled by the workflows for the tracker, i.e. you can define in the administration what status changes are permitted for what role for a certain tracker.
Updated by z x over 14 years ago
Got meaning. So issue properties can not be fine-grain controll. It includes each issue property R+W.
Updated by Go MAEDA over 6 years ago
- Is duplicate of Feature #3521: Permissions for roles to change fields per tracker/status added
Updated by Go MAEDA over 6 years ago
- Category set to Issues workflow
- Status changed from New to Closed
- Resolution set to Duplicate
Implemented by #3521 (Redmine 2.1.0).