Is "Issue is visible to" configurable?
Hi there,
Is it possible to either:
a) Configure the default value of this to a specific group?
b) Prevent users with a specific role from seeing the list of users?
c) Remove this option completely from the issue interface?
Many thanks!
David.
Please sign in to leave a comment.
Hi,
Further to this request.
Is it possible to set the value of "issue visible to" based on one of the custom fields...
I.e if you have a custom field which lists all the customers of a project, and the custom field "customer" is assigned a value, a specific group is given visibility of this issue only automatically instead of all users ?
could this be done using the workflow tool ?
Thanks for your help.
Damian
David,
Sorry for not responding you earlier. Please find the answers below.
> a) Configure the default value of this to a specific group?
This can be implemented via a specific workflow that would set permittedGroup field:
issue.permittedGroup = {Reporters};
> b) Prevent users with a specific role from seeing the list of users?
In case you mean a field of type User (e.g. Assignee), then it can be made private so that a user with no 'Read Issue Private Fields' permission won't see it.
In case you mean this 'Visible to' field, then it's not possible to make it invisible for a user unless the user has access to an issue.
> c) Remove this option completely from the issue interface?
Unfortunatelly, this is not possible.
Regards,
Alexander
Damian,
Please find the aswer in the message below.
Regards,
Alexander