ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
SSIS ソース元 & 接続先コンポーネントは、SQL Server SSIS のワークフロー内で簡単にJIRA ドキュメントデータベースにリアルタイム接続できるパワフルなツールです。
データフロー内のJIRA コンポーネントを使ってJIRA データを同期できます。データ同期、ローカルバックアップ、ワークフローの自動化などに最適!
古川えりか
コンテンツスペシャリスト
SSIS
SQL Server databases are commonly used to store enterprise records. It is often necessary to move this data to other locations. The CData SSIS Components for JIRA allow you to easily transfer data from SQL Server to Jira.
This article demonstrates how to use the CData SSIS Components for JIRA inside of a SQL Server Integration Services workflow to export data from SQL Server to Jira, utilizing a lookup component to find and update any existing records or insert new records.
To get started, add a new OLE DB source, CData Jira lookup, and two CData Jira destinations (one to handle a lookup with a match and one to handle a lookup without a match) to a new data flow task.
Follow the steps below to specify properties required to connect to the SQL Server instance.
Follow the steps below to save connection properties in the Connection Manager.
In the lookup component Transform Editor, define mappings from the SQL Server source table into the Jira lookup table.
Using the lookup component, you know which entries from the data source already exist in Jira and which ones are new. Configure two Jira components to handle the situation where a match is found and a match is not found.
If the lookup component returns a match, update the existing record in Jira.
If the lookup component does not return a match, add a new record to Jira.
You can now run the project. After the SSIS Task has finished executing, data from your SQL table will be exported to the chosen table.