How activate Group via JIRA 7 Java API? -


when trying create new group writing

group ng = groupmgr.creategroup("some_group"); crowdservice.addgroup(ng); 

i "group exists in remote directory".

when using projectroleservice add group projectrole "we ca't find 'some_group' in accessible user directory. check they're still active , available, , try again."

so guess need activate group. how via java api?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -