I have a Redmine installation and would like the ability to grant a user the ability to view (and maybe update) a single issue (not all issues in the project). The catch is that the issue is reported by someone else.
Use Case:
Users A,B, and admin C
- admin C creates two bug reports 1 and 2
- admin C wants to grant view access to user A on bug 1
- admin C wants to grant view access to user B on bug 2
- User A should not be able to access bug2
- User B should not be able to access bug1
Can this be done with Redmine? I have been messing around with the settings, but I don’t see an easy way to accomplish this use case.
If not, are there other bug trackers that do allow for such a use case?
You cannot assign view permissions on single issues in redmine.
From the top of my head, you may use one of the following approaches in your scenario: