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
Post a Comment