How to add new group for project role? JIRA 7 API, JAVA -


lets have project role developers , want asing new group called database_developers it. problem can not find way create instance of roleactor. guessing implementation need com.atlassian.jira.security.roles.actor.grouproleactorfactory.grouproleactor there no such factory.

edit 1: think found (overlooked method):

roleactorfactory roleactorfactory = componentaccessor.getcomponentoftype(roleactorfactory.class); 


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -