![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for Jira inside of a SQL Server SSIS workflow to transfer Jira data into a Microsoft SQL Server database.
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.
To get started, add a new Jira source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save Jira connection properties in a connection manager.
To connect to JIRA, provide the User and Password. Additionally, provide the Url; for example, https://yoursitename.atlassian.net.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Jira data.
SELECT Projects.LeadName, Issues.Summary FROM Projects, Issues WHERE Projects.Id=Issues.ProjectId๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Jira data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Jira data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Jira SSIS Component to get started:
Download NowLearn more:
๐ Jira IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with live Jira data through SSIS Workflows.
Use the Jira Data Flow Components to synchronize with Jira Projects, Groups, Workflows, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!