My server at https://jira.qudini.com wont start after upgrading to 8.1 even though my licenses are all up to date.
The page to set the license won't load correctly for me to fix this. How do I proceed?
You can check if the user exist in Userassociation table but not cwd_user table. Maybe with the following query
select * from userassociation where source_name not in (select lower_user_name from cwd_user) AND association_type='WatchIssue';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.