![]() |
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 Service Management inside of a SQL Server SSIS workflow to transfer Jira Service Management data into a Microsoft SQL Server database.
To get started, add a new Jira Service Management 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 Service Management connection properties in a connection manager.
You can establish a connection to any Jira Service Desk Cloud account or Server instance.
To connect to a Cloud account, you'll first need to retrieve an APIToken. To generate one, log in to your Atlassian account and navigate to API tokens > Create API token. The generated token will be displayed.
Supply the following to connect to data:
To authenticate with a service account, supply the following connection properties:
Note: Password has been deprecated for connecting to a Cloud Account and is now used only to connect to a Server Instance.
By default, the connector only surfaces system fields. To access the custom fields for Issues, set IncludeCustomFields.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Jira Service Management data.
SELECT RequestId, ReporterName FROM Requests WHERE CurrentStatus = 'Open'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Jira Service Management data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Jira Service Management data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Jira Service Management SSIS Component to get started:
Download NowLearn more:
๐ Jira Service Management IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Jira Service Management through SSIS Workflows.
Use the Jira Service Management Data Flow Components to synchronize with Jira Service Management Customers, Organizations, Requests, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!