jira - 如何允许特定组权限在 JIRA 中进行项目

标签 jira

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

我不太了解创建这种场景的权限方案和角色以及项目设置。

(读、写权限我的意思是仅用于查看和创建票证等...)

谢谢!

最佳答案

仅向他们提供浏览权限,除此之外别无其他。 最好是使用项目角色来执行此操作,这样您就不需要为每个项目制定特定的权限方案。

- 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 的人比我更能解释这些东西。

希望对您有所帮助,

弗朗西斯

关于jira - 如何允许特定组权限在 JIRA 中进行项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5458725/

相关文章:

java - 无法在CentOS 7上执行java程序

吉拉: "Relative of"与 "Related to"

jira - 查找最近分配给我的 Jira 问题

JIRA 将票证标记为已接受/确认

java - JBoss 绑定(bind) IP 地址

python - 为 Jira 创建问题时出现 Suds 错误

github - 将GitHub与Atlassian JIRA Studio集成与通过FishEye进行集成之间有何区别?

使用 REST API 针对 Jira 进行 C# 凭据验证

java - 在Java/gradle/groovy中使用jira-rest-java-client Java库?

api - jira REST API 创建问题,包括组件