ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
Jira Service Desk データに連携するJava アプリケーションを素早く、簡単に開発できる便利なドライバー。
加藤龍彦
ウェブデベロッパー
JDBC Driver
CData JDBC Driver for JiraServiceDesk は、Aqua Data Studio のようなIDE のウィザード・アナリティクスにJira Service Desk データを統合します。本記事では、Jira Service Desk データをコネクションマネージャーに接続してクエリを実行する手順を説明します。
コネクションマネージャーで、新しいJDBC データソースとして、接続プロパティ設定を行い、保存します。Jira Service Desk データがAqua Data Studio ツールから使えるようになります。
jdbc:jiraservicedesk:ApiKey=myApiKey;User=MyUser;
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, you will need to 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.
接続したテーブルにクエリを実行してみます。