如何允许特定组权限在JIRA中投影

时间:2011-03-28 12:04:26

标签: jira

我是JIRA的新手。 我有多个客户,我想只读访问他们自己的某些项目。 (例如客户X只能访问项目Y) 其余的,我不希望他们看到。 另外,我有开发人员,我希望他们具有READ / WRITE权限。

我不太了解权限方案以及用于创建此类方案的角色和项目设置。

(READ,WRITE权限我的意思仅适用于VIEW和CREATE TICKETS等...)

谢谢!

1 个答案:

答案 0 :(得分:5)

仅提供浏览权限,但不提供任何其他内容。 最好是使用项目角色来执行此操作,这样您就不需要每个项目都有特定的权限方案。

- Create a role 'Customer'
- Create a permission scheme 'Customer Project Permission scheme'
- Configure the permission scheme such that
    - The customer role has browse permissions
    - The developer role has all other (applicable) permissions 
        such as edit, move ...
- Link the permission scheme to a project
- Configure the project such that 
    - the userid(s) of your customer(s) appear as a member 
         of the project role 'customer'.
    - the userid(s) of your developer(s) appear as a member 
         of the project role 'developers'

检查http://confluence.atlassian.com/display/JIRA/Managing+Project+Roles Atlassian家伙比我更好地解释这些东西。

希望这有帮助,

弗朗西斯