Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>We are advising to work with roles as it has a couple of advantages</p> <h3> a. You can setup the complete configuration based on roles.</h3> <p>For instance you might have a workflow transition 'validated' which can only be executed by someone who is a tester.</p> <p>You have the choice to add a transition condition 'user is in group tester' or 'user has the role tester'. </p> <p>If you are working in an organisation where users have different roles in different projects, choosing the first transition condition (user is in group tester) will not work (or you would need a new workflow for each project) </p> <p>The same applies for notifications.<br> You can configure a notification on the 'issue resolved' event, specifying that the 'users in group tester' get notified or 'users who have the role tester'. </p> <p>When using roles, adding someone to a project is very simple - just check what role the person has in the project, add them in the project configuration (view members) and you are done. He will have the right permissions, get the right notifications ...</p> <h3>b. Configuration</h3> <p>When you use roles for configuration, you don't need system administration rights to add someone to a project. The project lead will be able to add the user. No need to bother the system admin.</p> <hr> <p>Looking at your description, I would have </p> <ol> <li> A project role 'employee' <li> A project role 'customer' <li> A group 'employees' <li> configure the project role such that the group employees is a default member of the project role employee </ol> <p>This way you can use the same permission scheme for all projects. When adding a new project, you just need to add the client specific userid to the client role. When a new employee start, you add him to the employees group.</p> <p>The day that you have a specific, ultra secret project, where only a couple of employees need to have access, you can remove the group 'employees' from the role 'employee' and add the specific users to the role.</p> <p>Hope this helps</p> <p>Francis</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload