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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -