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.
Guys,
I'm trying to create reports by fetching information from Atlassian Access users and groups, for example:
Number of groups created per day;
Number of users created per day;
Number of accesses.
Can I build this information via eazyBI or Jira Service Management dashboards?
regards!
Janis,
Tanks for your answer. Bottom line, the only "workaround" that I have, is export ".csv" audit log and import in eazyBI? The tools don't access each other directly or natively.
Kindly,
Manga!
Hi,
Once you use the eazyBI app for Jira, you should access the Jira REST APIs.
The approach described in the link uses a specific feature of the eazyBI data source created from REST API. The feature allows adjusting the data received from REST API with the Javascript code. In this case, an additional column is generated with "1" for the record counter. Such a counter is needed to create the data mapping, but creating additional columns is not currently possible with the CSV file data source.
Kindly,
Janis, eazyBI support