Redmine allows the user to view only one problem

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?

+3
source share
2 answers

You cannot assign viewing permissions to individual problems in redmine.

At the top of your head, you can use one of the following approaches in your scenario:

  • If you have a limited number of users, you can add different trackers (ACIssues and BCIssues), create two roles (AC and BC), associate users A and C with the role AC, user B and C with the role BC, and set permissions so that the AC role had access to ACIssues, and the role of BC has access to BCIssues.
  • , , 1 A, 2 B.
+3

.

  • " ". , " " " " " ".

    .

    , , , , - .

    , , .

  • , , . . , "".

+3

All Articles