The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Atlassian analytics to generate weekly reports of license utilization

darshan_s1
Contributor
October 9, 2025

Hi Guys,
I have used the below query in a chart in my dashboard, and I have got an output as attached in screenshot.
I want to know whether it's possible to have the same query give me the license count of my org based on the products - that is Jira, Confluence and JSM

SELECT
  account_status,
  COUNT(account_status) AS account_count
FROM
  account
WHERE
  account_status IN ('active', 'inactive')
GROUP BY
  account_status
ORDER BY
  account_count DESC;analytics.png

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Robert
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 10, 2025

Hi @darshan_s1,

User product access is not currently available in the data lake. We do, however, have a feature request to track this available here: 

I recommend voting for it and adding yourself as a watcher to get updates down the road. 

Hope this helps! 

TAGS
AUG Leaders

Atlassian Community Events