issue set as private cannot be viewed by assigned person

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Honza
Posts: 3
Joined: 14 Jan 2014, 13:08

issue set as private cannot be viewed by assigned person

Post by Honza »

Hi,
I'm not sure if it's bug or "feature" but I have following configuration:

Code: Select all

  $g_private_bug_threshold = MANAGER;
  $g_private_bugnote_threshold = MANAGER;
in config_inc.php

project environment:
me: "manager" permission
assigned person: "developer" permission

expected result: When I create an issue and set it as private I expect that people who are assigned to this issue (and at best people put in monitoring) will be able to see this issue.
actual result: Actually only me and other people with "manager" permissions can view the issue, is it bug or feature? What can I set different in order to get expected result?

Thanks!
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: issue set as private cannot be viewed by assigned person

Post by atrol »

Maybe it's a bug that you are able to assign
http://www.mantisbt.org/bugs/view.php?id=12191
Maybe it's a bug that assigned person cannot view the issue.
Please use Search before posting and read the Manual
Post Reply