2011-03-28 45 views
3

我是JIRA的新手。 我有多個客戶,我希望只讀訪問他們自己的某些項目。 (例如客戶X只能訪問項目Y) 其餘的,我不希望他們看到。 另外,我有開發人員希望他們擁有讀/寫權限。如何允許特定組權限在JIRA中投影

我不太瞭解Permissions Schemes以及角色和項目設置來創建這種場景。

(讀,寫權限,我只意味着查看和創建訂票等)

謝謝!

+0

弗朗西斯釘它。 http://jiradev.blogspot.com/2010/09/jira-groups-and-jira-project-roles.html還有更多關於JIRA組和JIRA項目角色的區別。 〜Matt – mdoar 2011-03-29 19:44:04

回答

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的人是更好的方式比我來解釋這個東西。

希望這有助於

弗朗西斯

+0

謝謝,那就是我所做的 – Himberjack 2011-03-28 12:58:44

相關問題