![]() |
VOOZH | about |
The CData Excel Add-In for Jira provides formulas that can query Jira data. The following three steps show how you can automate the following task: Search Jira data for a user-specified value and then organize the results into an Excel spreadsheet.
CData simplifies access and integration of live Jira data. Our customers leverage CData connectivity to:
Most users leverage CData solutions to integrate Jira data with their database or data warehouse, whether that's using CData Sync directly or relying on CData's compatibility with platforms like SSIS or Azure Data Factory. Others are looking to get analytics and reporting on live Jira data from preferred analytics tools like Tableau and Power BI.
Learn more about how customers are seamlessly connecting to their Jira data to solve business problems from our blog: Drivers in Focus: Collaboration Tools.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as JIRAConnection1, or a connection string. The connection string consists of the required properties for connecting to Jira data, separated by semicolons.
To connect to JIRA, provide the User and Password. Additionally, provide the Url; for example, https://yoursitename.atlassian.net.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Issues WHERE ReporterDisplayName = '"&B4&"'","User="&B1&";Password="&B2&";Url="&B3&";Provider=JIRA",B5)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Jira to get started:
Download NowLearn more:
👁 Jira IconThe Jira Excel Add-In is a powerful tool that allows you to connect with live Jira project management data, directly from Microsoft Excel.
Use Excel to access Projects, Groups, Workflows, etc. Perfect for mass exports, Excel-based data analysis, and more!