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.
Hi all,
I'm new to Atlassian, and I think you are going to hear more of me in the future.. but let's start with this one: Is there a way (I bet there is) to check the total amount of active (and nonactive) users we have on our Crowd ?
Thanks!
-- Kristian
P.S. What are those optional bounty's ? Are you supposed to collect them or spread them? What is the normal reward? 1,2,3 ...? o_0
If you had untick the 'Active' box in the user profile in CROWD, you can list the active users with the following SQL query
select * from cwd_user where active='T';
If you're checking users that are counted towards the license in JIRA, then you might be interested in this documentation.
Bounty points is the extra points given to the person who you have accepted the first answer. :) More info on karma points here.
You can check the total amount of user:
Go to Administration -> Licencing -> Recalculate your user total
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Daryl!
Does it show active users or all users (inactive also) ?
-- Kristian
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.