2011-03-28 25 views
3

JIRAの新機能です。 私は複数の顧客を持っていますが、私は自分の特定のプロジェクトにのみアクセスできるようにしています。 (例えば、顧客XはプロジェクトYにしかアクセスできない) 残りの部分は、私が見たいとは思わない。 さらに、私は開発者にREAD/WRITE権限を持たせたいと思っています。JIRAで特定のグループアクセス許可をプロジェクトに許可する方法

このようなシナリオを作成するための権限設定と役割、およびプロジェクト設定については、あまり理解していませんでした。

(私だけVIEWのために意味やチケットなどを作成、読み取り、書き込み権限...)

ありがとう!

+0

フランシスはそれを釘付けに役立ちます。また、JIRAグループとJIRAプロジェクトの役割の違いについては、http://jiradev.blogspot.com/2010/09/jira-groups-and-jira-project-roles.htmlを参照してください。 〜マット – mdoar

答えて

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 アトラシアンの連中は私がこのようなものを説明するよりもずっといいです。

希望これは、

フランシス

+0

ありがとう、thats私がやったこと – Himberjack

関連する問題