I have a Redmine installation and would like to give the user the ability to view (and possibly update) one problem (not all problems in the project). The trick is that the problem is reported by someone else.
Use Case: Users A, B, and admin C
- admin C creates two error reports 1 and 2
- admin C wants to grant access to access to user A to error 1
- admin C wants to grant viewing access to user B by mistake 2
- User A must not have access to bug2
- User B should not have access to error 1
Can this be done with Redmine? I have already been busy with the settings, but I do not see an easy way to fulfill this use case.
If not, are there any other error trackers that allow such a use case to be used?
source
share