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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -