Restrict view access of a Phabricator (Maniphest) Task field to only a specific group of users?

262 views Asked by At

On our company's Phabricator site, for example, I have an Approver select (dropdown) field that is part of the form when I create a new Task. I want only a specific group of people to be able to see this Approver field when someone creates a new Task or edits the Task. Is there any way to accomplish this?

1

There are 1 answers

1
OCram85 On

You can create forms for creating maniphest tasks and pre fill them with values. Therefore go to https://<phabricator-uri/transactions/editengine/maniphest.task/ . You can additionally set permissions to different groups to grant access to these forms.

For more details just read: https://secure.phabricator.com/book/phabricator/article/forms/