Is it possible to give users only assign permission to certain other users/groups

Ken Sloat October 2, 2017

The idea would be to create a certain type of permission for a user/group or project role (whatever works I guess) which grants the permission to assign issues, but only to a select group of people.

 

Here is an example of how this would be used:

Let's say we have two teams of people working on the same project but with different goals. Team A is developing phone applications and team B web applications. Each team has lead and each is related, but the leader from Team A should only be able to assign issues to members of team A and likewise. 

 

Is this possible?

3 answers

3 votes
Ethan Foulkes October 20, 2017

Hi Ken,

You can do this using the Power Scripts add-on.

There is a video tutorial walking you through in detail here.

Hope this helps!

0 votes
Cristian Rosas [Tecnofor]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 2, 2017

Maybe with properties in statuses you can do a workaround:

jira.permission.assignableuser.denied.*example=*example

Replace example with group=group, role=role, user=username, which you dont want to assign issues.

This link might help you: http://www.j-tricks.com/tutorials/permissions-based-on-workflow-status

Take note that you should make a different workflow for different combination of assignable groups and the user which assign issues.

Cristian Rosas [Tecnofor]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2017

Correcting, you cant deny a permission for a user/role/group etc, you deny a permission for all users.

The workaround would be a blank assignable user permission in the scheme and grant that permission to only the groups you want to be assigned with the property.

Sorry for the mistake.

0 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 2, 2017

Not out of the box

Ken Sloat October 2, 2017

Are you aware of any plugins that would allow this type of scheme?

Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 2, 2017

no

Suggest an answer

Log in or Sign up to answer