I'm trying to setup group permissions such that when an issue is created and a value is selected from a dropdown in a custom field, only a certain group can view that issue.
Imagine there is a university that uses Jira to track issues. The university has many faculties (groups) such as business, applied sciences etc. When an issue is created and the value selected from the drop down is one of Economics/Marketing/Finance I want only the users in the business group to be able to see it.
Is there a way this can be setup without a plugin? If not, what plugin can be used to implement this behaviour?
Many thanks!
So I think I was able to solve this issue by using a custom field called group picker and then assigning browse project permissions by the group field. That way when an issue is created, the relevant group is pre-selected and can only access those issues.
I'm still curious to know if there are other and better implementations out there.
Hi @Rachit Khare ,
I do not think this is possible out of the box. However you could use ScriptRunner plugin (which is widely praised) to implement this, using a post-function :
Antoine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.