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

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! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events