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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -