Get started with Atlassian Analytics
Learn how to add Atlassian Analytics to a site and understand what you need to query data and create charts.
If you’re new to creating a chart, it’s a good idea to familiarize yourself with the chart editor.
There are three main sections in the chart editor:
Visual SQL: The series of query and transformation steps taken to achieve your final result set
Result table: Shows the result set for the selected step in Visual SQL
Chart preview: Shows your chart and lets you customize the chart type and chart settings
Building a chart always starts with a query step and ends with a chart step. Each step you add in between transforms the data from your initial query. These steps include a variety of operations such as sorting columns, pivoting data, and adding calculated columns. The flexibility of adding steps in any order allows you to get your data exactly how you want it.
The result table is where the result set for your steps are shown. You can review the result sets to get a better understanding of what happens in each transformation step.
Check the column’s data type in your result set by hovering over the column’s name in the result table—the data type appears in parentheses. Knowing a column’s data type can be helpful for troubleshooting, especially when performing arithmetic operations.
Hover over the top border of the result table then select and drag the bar to change the table to the desired height.
The chart preview pane is where you select your chart type and modify your chart settings. The chart preview always shows the final result set in your Visual SQL steps; it does not update for individual step’s results.
Select Untitled chart above the chart preview to quickly give the chart a title, then press Enter or click outside of the text field to save the new title.
Select the Gear icon () in the chart preview to view and edit available chart settings. Each chart type offers different customization options. Learn more about customizing charts.
When you’re ready to save your chart to a dashboard, select Save to dashboard. With new charts, you can choose from the list of existing dashboards or you can create a new dashboard. Upon saving, you’ll be redirected to that chosen dashboard.
When editing an existing chart, you have a few more save options when you open the Save to dashboard menu:
Save without exit: Saves your changes but stays in the chart builder upon saving
Save to another dashboard: Saves the chart to a different or new dashboard
Save copy of chart: Saves the chart to the same or different dashboard—think of this like a “Save As” option.
Was this helpful?