Get and analyze your project management data from Jira Software Cloud in minutes. With this connector, gain in-depth insights on projects, versions, epics, sprints, and many such KPIs.
The Advanced Analytics for Jira includes 75+ prebuilt reports and dashboards over your Jira data that help you to jump-start your analytics right away.
Zoho Analytics is a self-service BI and data analytics software that lets you analyze your data, create stunning data visualizations, and discover hidden insights in minutes.
Zoho Analytics offers the following important capabilities:
Get and analyze your project management data from Jira Software Cloud in minutes. With this connector, gain in-depth insights on projects, versions, epics, sprints, and many such KPIs.
Advanced Analytics for Jira brings in all the capabilities of Zoho Analytics described in the above question .
Users with paid accounts of both Zoho Analytics (at least the Basic plan) or Zoho CRM Plus / Zoho One and with admin privileges in Jira Software Cloud can avail this connector.
Jira Software Analytics is bundled free for all the paid users of Zoho Analytics. The Zoho Analytics paid plans start at ₹ 1,200 per month . Click to learn more about Zoho Analytics pricing page.
Yes, we do provide a 15-day free trial for this connector from the date of set up.
Anyone to whom you privately share your Workspace, tables (data), reports, and dashboards, created in Zoho Analytics, for collaboration is considered a 'User' in Zoho Analytics. A user is identified by his/her unique email address, with which their Zoho Analytics account was registered.
Suppose you subscribe to the Zoho Analytics Standard plan, you can privately share the data/reports in your account and collaborate with 4 other persons. Now your Zoho Analytics account is said to have 5 users (including yourself).
In Zoho Analytics, a row or record is defined in the same context as in a database (or spreadsheet). In simple terms, a table consists of rows (records) and columns (fields). Each row in a table represents a set of related data and has the same structure.
For example, in a table that represents "Customers", each row would represent a single record. The number of rows calculated for pricing is the sum of all rows/records stored across all your Workspace tables in your Zoho Analytics account.
The Account Administrator and the Organization Administrators can set up the Advanced Analytics connector. Click here to learn about Managing Users.
The credentials of the Administrator who set up the connector, will be used for establishing any connections with source application by other administrators.
Note: Only Jira administrators can set up this integration.After setting up the integration, you might have to wait sometime for the initial fetch to happen. Depending on the amount of data in your application, the reports and dashboards might take up to 5 minutes to display all the metrics. If you access the workspace before the initial fetch, it will not display any data.
The following are the default modules that will be imported from Jira Software Cloud.

Data sync may sometimes fail due to a variety of reasons such as Authentication Failure, your business application is down etc. In that case, you will receive the "Data Synchronization Failure" mail with the reason for the failure and its solution. Click here to learn more about Synchronization Error Failures and their solutions.
You can choose to synchronize data at one of the intervals mentioned below.
Note:
Yes, you can edit the synchronization setting if you are the administrator who setup the connector. To do so,


Yes, you can synchronize your Jira Software Cloud data instantly when needed.
To synchronize your data instantly:

Note: This option can be used up to five times between the schedules.Yes, you can setup the Jira Software Cloud Online Advanced Analytics in any of the existing Workspace or in any of the Advanced Analytics Workspace to analyze data together. You can blend/combine data from Jira Software Cloud Advanced Analytics with the desired data. To know more about the same, refer to the Cross-Functional Analytics section.
No, you cannot add/modify data in the Jira Software Cloud data tables. Data from the Jira Software Cloud application will automatically get synced into Zoho Analytics in the different tables. You cannot edit any of this data or add new data records from within Zoho Analytics.
However, you can add new tables and add/import data into that, to create reports combining it with the data from Jira Software Cloud.
No, you cannot add new columns. But, you can add Custom and Aggregate Formulas (i.e., calculated fields) to these tables to help you create powerful reports. Refer to Adding Formulas to know more about this.
Yes, you can add new data tables. Click New > New Table to add a new table in the existing Jira Software Cloud Advanced Analytics Workspace.
With this feature, you can import data from other sources or add them manually into your Workspace to analyze and create reports combining this with your Jira Software Cloud data.
Refer:
You can re-authenticate the setup by following the below steps.
Your account will be successfully authenticated.
You can remove the connector from the Data Source page.
The data synchronization from Jira Software Cloud into this Workspace will be removed. However, you will still be able to access this Workspace with existing data.
Zoho Analytics will synchronize the data specified in this question into the Jira Software Cloud Analytics workspace. You can create reports using this data.
Yes, you can create reports using the columns from different tables. All the modules (tables) from Jira Software Cloud will be linked by default. You can create reports by simply dragging and dropping the required columns into the reports designer.
Zoho Analytics supports a wide variety of reports.
When you setup/configure the Jira Software Cloud Connector, 75+ default reports & dashboards are automatically created. These hand-picked reports will be pretty useful in analyzing your help data effectively.
Formulas, as the name indicates, are calculations that help you derive key business metrics that can be used for reporting and analysis. Zoho Analytics provides a powerful formula engine to create any type of calculations required, to enable creating the required reports.
Refer to Adding Formulas in Zoho Analytics to know more.
The default formulas added by Zoho Analytics are listed below. You can view these formulas by opening the corresponding table and selecting Add > Edit Formulas from the toolbar.
Note : The formulas provided is based on the general accounting standards.
The following are the formulas in the Sprints table.
| Formula Name | Formula Type | Formula | Description |
| Sprint Duration (Days) | Formula Column | Datediff ("End Date", "Start Date") | Displays the sprint duration. |
The following are the formulas in the Software Worklogs table.
| Formula Name | Formula Type | Formula | Description |
| Time Worked | Formula Column | Round (.000035*"Time Worked",3) | Displays the amount of time worked. |
The following are the formulas in the Software Versions table.
| Formula Name | Formula Type | Formula | Description |
| Release Deviation (in Days) | Formula Column | If ( dateandtimediff( day,"Release Date","User Release Date")=0, 'Released as per schedule', If (dateandtimediff(day,"Release Date","User Release Date")>0 and dateandtimediff (day,"Release Date","User Release Date")<=10, 'Delayed by 1-10 days', If (dateandtimediff(day,"Release Date","User Release Date")>10 and dateandtimediff (day,"Release Date","User Release Date")<=30, 'Delayed by 11-30 days', If ( dateandtimediff (day,"Release Date","User Release Date")>30, 'Delayed more than 30 days', If ( dateandtimediff (day,"Release Date","User Release Date")<0, 'Released ahead', 'NA'))))) | Displays the release deviated days range. |
The following are the formulas in the Software Issues table.
| Formula Name | Formula Type | Formula | Description |
| Time Logged (in Days) | Formula Column | ("Time Spent"*.000278/8) | Displays the log time. |
| Remaining Estimate (in Days) | Formula Column | if ("Remaining Estimate"=0,0,("Remaining Estimate"*.000278/8)) | Displays the remaining days available before reaching the estimate. |
| Original Estimate (in Days) | Formula Column | ("Original Estimate"*.000278/8) | Displays the original estimate value. |
| Time Left Until Due Date | Formula Column | if ( Isempty ("Due Date")=1 or "Status"='Done','NA', if ( dateandtimediff (DAY, currentdate() "Due Date")=0,'Due today', if ( dateandtimediff (DAY, currentdate() ,"Due Date")>0 and dateandtimediff (DAY, currentdate() ,"Due Date")<7,'Less than 7 days', if ( dateandtimediff ( DAY, currentdate() ,"Due Date")>=7 and dateandtimediff (DAY, currentdate() ,"Due Date")<14,'Less than 14 days', if ( dateandtimediff ( DAY, currentdate() ,"Due Date")>=14 and dateandtimediff (DAY, c currentdate() ,"Due Date")<21,'Less than 21 days', if ( dateandtimediff ( DAY, currentdate() ,"Due Date")>=21 and dateandtimediff (DAY, currentdate() ,"Due Date")<60,'Less than 60 days', if ( dateandtimediff (DAY, currentdate() ,"Due Date")>=60 and dateandtimediff (DAY, currentdate() ,"Due Date")<180,'Less than 180 days', if ( dateandtimediff (DAY, currentdate() ,"Due Date")>=180,'Due after 180 days', if ("Due Date"< currentdate() ,'Overdue','NA'))))))))) | Calculates the time range available before reaching the due date. |
| Working Days Left Until Due Date | Formula Column | if ("Due Date"< curdate() or "Status"='Done',0, ( floor (( Dayofweek (( subdate ("Due Date",2)))+( datediff ("Due Date", curdate() )))/7))+( floor (( Dayofweek (( subdate ("Due Date",3)))+( datediff ("Due Date", curdate() )))/7))+( floor (( Dayofweek (( subdate ("Due Date",4)))+( datediff ("Due Date",curdate())))/7))+( floor (( Dayofweek (( subdate ("Due Date",5)))+( datediff ("Due Date", curdate() )))/7))+( floor (( Dayofweek (( subdate ("Due Date",6)))+( datediff ("Due Date", curdate() )))/7))) | Displays the count of working days left until due date. |
| Days Since Last Update | Formula Column | Datediff ( curdate (), "Last Updated Time") | Displays the number of days since the last update. |
| Days Since Update - Age Tier | Formula Column | if ("Days Since Last Update">=0 and "Days Since Last Update"<=10,'0 - 10 Days', if ("Days Since Last Update">10 and "Days Since Last Update"<=30,'11 - 30 Days', if ("Days Since Last Update">30 and "Days Since Last Update"<=45,'31 - 45 Days', if ("Days Since Last Update">45 and "Days Since Last Update"<=60,'46 - 60 Days', if ("Days Since Last Update">60,'Over 60 Days','Over 60 Days'))))) | Displays the age tier since the last update. |
| Story Points Remaining | Formula Column | If ("Status"='Done',0,"Story Points") | Displays the remaining story points. |
| Story Points Completed | Formula Column | If ("Status"='Done',"Story Points",0) | Displays the story points completed. |
| Minutes Left to Breach Due Date | Formula Column | if ("Status"!='Done', dateandtimediff (MiNUTE, currentdate() , "Due Date"),NULL) | Displays the minutes left to breach due date. |
| Days Since Last View | Formula Column | Datediff ( curdate() ,"Last Viewed") | Displays the number of days since the last view. |
| Days Since Creation | Formula Column | Datediff ( curdate() ,"Created Date") | Displays the number of days since the creation. |
| Days Overdue | Formula Column | if ("Due Date"<now() and "Status"!='Done', Dateandtimediff (DAY, "Due Date", now() ),0) | Displays the number of days overdue. |
| Time Elapsed Percentage | Aggregate Formula | ( sum ("Software Issues"."Time Spent")/sum("Software Issues"."Original Estimate"))*100 | Displays the time elapsed percentage. |
| Issue Count | Aggregate Formula | Count ("Software Issues"."Issue ID") | DIsplays the total issue count. |
| Avg issue per day | Aggregate Formula | Count ("Software Issues"."Issue ID")/ distinctcount ( date ("Software Issues"."Created Date")) | Displays the average number of issues per day. |
| Resolved issues (by status) | Aggregate Formula | Countif ("Software Issues"."Status" = 'Done') | Displays the issues resolved based on status. |
| Resolved issues (by resolution) | Aggregate Formula | Countif ("Software Issues"."Resolution" = 'Done') | Displays the issues resolved based on resolution. |
| % of issues closed late | Aggregate Formula | 100*( Countif ("Software Issues"."Status" = 'Done' and "Software Issues"."Resolution Date" > "Software Issues"."Due Date")/ Countif ("Software Issues"."Status" = 'Done')) | Displays the percentage of issues closed late. |
| % of issues closed on time | Aggregate Formula | 100*( Countif ("Software Issues"."Status" = 'Done' and "Software Issues"."Resolution Date" < "Software Issues"."Due Date")/ Countif ("Software Issues"."Status" = 'Done')) | Displays the percentage of issues closed on time. |
| Issues completed on target | Aggregate Formula | Countif ( absmonth ("Software Issues"."Resolution Date") = absmonth("Software Issues"."Due Date")) | Displays the count of issues closed with respect to the target. |
| Percentage of Underestimated Issues | Aggregate Formula | 100*(( Countif ("Software Issues"."Work Ratio" > 100))/ Countif ( isnull ("Software Issues"."Original Estimate") = 0)) | Displays the percentage of underestimated issues. |
| Resolution percentage | Aggregate Formula | 100*( Countif ("Software Issues"."Status" = 'Done')/ Count ("Software Issues"."Issue ID")) | Displays the resolution pending. |
| Epic completion percentage | Aggregate Formula | 100*(( Countif ( Isnull ("Software Issues"."Epic Name") = 0 and "Software Issues"."Status" = 'Done'))/( Countif ( Isnull ("Software Issues"."Epic Name") = 0))) | Displays the epic completion percentage. |
| Estimation Accuracy | Aggregate Formula | 100*(( Countif ("Software Issues"."Work Ratio" <= 100))/ Countif (isnull("Software Issues"."Original Estimate") = 0)) | Displays the estimation accuracy. |
| Underestimated Issues | Aggregate Formula | Countif ("Software Issues"."Work Ratio" > 100) | Displays the underestimated issues. |
Yes, you can create your own custom formulas in Zoho Analytics. To know how to create your own formulas, refer to the Adding Formulas in Zoho Analytics help page.
Yes, you can combine data from your other sources with your Jira Software Cloud data for analysis.
To do this, you need to add/import a new data table into the Jira Software Cloud Advanced Analytics Workspace as explained in the previous question and then define a look-up to join it with the table from Jira Software Cloud.
To define a lookup relationship between two tables, it is essential that the tables have at least one column which is common between them. Follow the below steps to look up a column from Jira Software Cloud along with the data from any other source.
Yes, you can create reports using columns from multiple tables. Refer to Joining Tables in Zoho Analytics for detailed help on this.
Zoho Analytics allows you to drive the data required by writing standard SQL SELECT Queries. This feature is called Query Tables. With Query Tables, you can also combine data from different tables and create reports from the same. Click here to know how to create Query Tables in Zoho Analytics.
You can integrate and perform cross-functional analytics with most business applications / other data sources that Zoho Analytics integrates with.
To import data from business apps,
The automatic lookup relation is not available for this connector. However, you can manually create lookup relationships.
To manually create a lookup relationship, refer to this help link - Click here .
You can easily share the reports that you create with the other users in your organization. Refer to Sharing and Collaboration help page for more details on this.
Once you privately share a report to your colleagues they will be able to access the reports as you do. Refer here to know how to access the reports.
Zoho Analytics offers four user roles - Account Administrator, Organization Administrator, Workspace Administrator, and User. Click to know more about the Zoho Analytics Organization Model and User Roles .
This is the expected behavior. Only when the users to whom the reports are being shared are set as a Workspace Administrator, they will be able to edit the reports. If a normal user wants to edit the report, he/she will have to save the report with a new name using the Save As option toolbar. The User can edit this report. To know more about user roles click here .
Yes, you can. Refer to the topic Apply filter criteria.
Yes, you can export the report/dashboard in various file formats such as CSV, EXCEL, PDF, HTML, and Image. Click to know more.
To print the report/dashboard, you first need to export it. You can export the report in various file formats such as CSV, EXCEL, PDF, HTML, and Image. Click to know more.
Note: If you are a user to whom a report has been shared and you want to take a print, ensure you have been provided the Export permission by the Administrator to the report, only then you will be able to print the report.If you are the Administrator of the Zoho Analytics or a 'Workspace Administrator', you can schedule reports and dashboards to be emailed automatically. Refer to the email schedule section in this help documentation .
Yes, you can embed/create permalink for reports & dashboards. You can also create a slideshow of views. Refer to the Publishing Option section to learn how to do this.
Yes, Zoho Analytics supports various rebranding options such as Portal rebranding/white labeling and Logo Rebranding .
Read about the various pricing plans that we offer from the Pricing section.
We offer 24x5 technical support (Monday to Friday). In case if you need our assistance kindly do mail us your questions to support@zohoanalytics.com .
You can also reach out to us on our toll-free numbers.
United States: +1 (888) 900 9646
United Kingdom: +44 (20) 35647890
Australia: +61-2-80662898
India: +91-44-6965 6060
Yes, certainly. Register for a demo in this page .