Jira 项目组件
我们有两组开发人员,服务器端和客户端,项目组件定义为服务器端和客户端。如果用户创建服务器端任务,我希望受让人下拉框仅显示服务器端组,反之亦然。我怎样才能做到这一点?
We have two groups of developers, server side and client side with project components defined serverside and client side. If a user creates a serverside task I would like the assignee drop down box show only the server side group and vice versa. How can I accomplish that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以创建两个自定义下拉菜单,并使其仅对相应的用户组(例如服务器端组和客户端组)可见。
You could create two custom drop-downs and make them visible to only the respective user group (such as serverside-group and clientside-group).
一种方法是为这两个组件创建两个单独的 JIRA 项目,并为开发人员授予相应项目的权限。
One way would be creating two separate JIRA projects for the two components and giving developers permissions to the appropriate project.