Hi All, I need help with Jira 4.1, I neet to add an existing usergroup to jira user accounts (about 300). I try to do that via mysql db by simple request:
insert into membershipbase ('ID','USER_NAME','GROUP_NAME') values (21863,'tester','StaffSTART');
After commit I see the new record in membershipbase table, but I don't see this group in Jira User Browser window in tester's list.
Maybe I should insert any other table too?