Hi there Community,
I have thoroughly investigated some potential solutions and it seems that my team would need to go with ScriptRunner for JIRA to achieve our goals:
1. We need control of Labels to only allow users within a certain Group to create new ones. (only use already existing fields unless user is in Group "Admin" or "TeamLead")
2. We need control of Components to only allow users within a certain Group to create new ones. (same condition as 1)
3. We need control of Versions to only allow users within a certain Group to create new ones. (same condition as 1 & 2)
If we were to implement "ScriptRunner for JIRA", how would we best complete this task? Would it be from the use of Behaviors or Validators? I am somewhat familiar with Java (and Groovy) so I am open to creating the handling from code, just need help with getting set in the right direction.