You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
we got an error with some users.
they have the same group but we don't know where is the problem.
Hi @Fernando Moreno,
Go to Confluence Admin -> General Configuration -> Logging & Profiling than add the plugin key as a new "Class/Package Name" and select DEBUG level.
You can find plugin key from "Confluence Admin -> General Configuration -> Manage Add-ons -> LearnUp for Confluence - LMS" .
After that, detailed plugin logs can be seen from Confluence log file.
This is on a slightly different topic, but since there were so few posts relating to the LearnUp plugin, and you seem to know about them, I thought i would ask here. Could you please tell me what the table names are that contain username and courses taken information? I want to get access to this data so that I can build custom reports based on which courses our employees have taken and scores on them etc. I will be building a separate page and accessing the data in PHP/Mysql. It would be much appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since it does not look like you got an answer, courses are saved in the content table.
select * from content where pluginkey = 'com.mute.confluence.plugins.lms:course-type';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.