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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -