![]() |
VOOZH | about |
The CData ODBC Driver for Jira can be used from any platform or development technology that supports ODBC, including PowerBuilder. This article shows how to connect to Jira data and execute queries from the Database Painter and controls such as the DataWindow.
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.
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
To connect to JIRA, provide the User and Password. Additionally, provide the Url; for example, https://yoursitename.atlassian.net.
Follow the steps below to use the Database Painter tool to create a database profile based on an ODBC DSN (data source name) for Jira. In the Database Painter, you can use wizards and the UI to work with Jira data.
You can use standard PowerBuilder objects to connect to ODBC data sources and execute queries. The following example shows how to retrieve Jira data into a DataWindow. You can add the following code to the open method:
SQLCA.DBMS = "ODBC" SQLCA.DBParm = "ConnectString='DSN=CData JIRA Source'" CONNECT USING SQLCA; dw_issues.SetTransObject(SQLCA); dw_issues.Retrieve();
Download a free trial of the Jira ODBC Driver to get started:
Download NowLearn more:
👁 Jira IconThe Jira ODBC Driver is a powerful tool that allows you to connect with live Jira project management data, directly from any applications that support ODBC connectivity.
Access Jira like you would a database - query Projects, Groups, Workflows, etc. through a standard ODBC Driver interface.