Reputation: 1
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?
Upvotes: 0
Views: 388
Reputation: 145
You could create two custom drop-downs and make them visible to only the respective user group (such as serverside-group and clientside-group).
Upvotes: 0
Reputation: 1061
One way would be creating two separate JIRA projects for the two components and giving developers permissions to the appropriate project.
Upvotes: 1