- ODBC Drivers
- Java JDBC Drivers
- ADO.NET Providers
- SQL SSIS Components
- BizTalk Adapters
- Excel Add-Ins
- Power BI Connectors
- Tableau Connectors
- PowerShell Cmdlets
- Delphi & C++Builder
- Data Sync
- API Server
DBVisualizer で Jira Service Desk データに連携しクエリを作成
DBVisualizer のビジュアルデータ分析ツールやデータ接続ウィザードにJira Service Desk を連携。
CData JDBC Driver for Jira Service Desk は、JDBC 標準に準拠し、BI ツールからIDE まで幅広いアプリケーションでJira Service Desk への接続を提供します。この記事では、DbVisualizer からJira Service Desk に接続する方法、およびtable エディタを使ってJira Service Desk を 編集、および保存 する方法を説明します。
※製品について詳しい情報をご希望の方は以下からお進みください。
- Jira Service Desk にほかのBI、ETL、開発ツールから接続したい:Jira Service Desk データ連携ガイドおよびチュートリアルのリストへ
- Jira Service Desk Drivers について詳細を知りたい:ドライバー詳細情報ページへ
- ほかのデータソースに連携したい:CData Drivers 一覧へ
- ドライバーの30日の無償トライアル版を使いたい:トライアル版ダウンロードページへ
- 製品の利用やライセンスについて相談したい:sales@cdata.co.jp までメールにてご相談ください。
Jira Service Desk データの新しいJDBC データソースを作成
下記の手順に従って、Driver Manager を使ってDbVisualizer ツールからJira Service Desk に接続します。
- DbVisualizer で[Tools]>[Driver Manager]>[Create a New Driver]をクリックします。
- データソースに名前を入力します。
- [URL Format]ボックスに以下を入力します:
jdbc:jiraservicedesk:
DbVisualizer Driver Manager - [User Specified]タブで[User Specified]ボタンをクリックし、インストールディレクトリの[lib]サブフォルダ内のcdata.jdbc.jiraservicedesk.jar ファイルを選択します。
- [Driver Class]メニューでJiraServiceDeskDriver クラス、cdata.jdbc.jiraservicedesk.JiraServiceDeskDriver を選択します。

JDBC データソースへの接続を定義
下記の手順に従って、JDBC URL に接続プロパティを入力します。
- [Database] タブで[Database Connection]ノードを右クリックし、[Create a Database Connection]をクリックします。
[Connection]セクションで以下のオプションを設定します:
- Database Type:ウィザードオプションを選択した場合は、データベースの種類は自動検出される。ウィザードを使用しないオプションを選択した場合は、[Database Type]メニューから[Generic]または[Auto Detect]オプションを選択。
- Driver:先ほど作成したドライバーを選択。
Database URL:フルJDBC URL を入力。JDBC URL シンタックスは以下のとおりです。 jdbc:jiraservicedesk: 次に、セミコロン区切りでname-value ペアの接続プロパティを入力します。
You can establish a connection to any Jira Service Desk Cloud account or Server instance.
Connecting with a Cloud Account
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:
- User: Set this to the username of the authenticating user.
- APIToken: Set this to the API token found previously.
Connecting with a Service Account
To authenticate with a service account, you will need to supply the following connection properties:
- User: Set this to the username of the authenticating user.
- Password: Set this to the password of the authenticating user.
- URL: Set this to the URL associated with your JIRA Service Desk endpoint. For example, https://yoursitename.atlassian.net.
Note: Password has been deprecated for connecting to a Cloud Account and is now used only to connect to a Server Instance.
Accessing Custom Fields
By default, the connector only surfaces system fields. To access the custom fields for Issues, set IncludeCustomFields.
一般的な接続文字列は次のとおりです。
jdbc:jiraservicedesk:ApiKey=myApiKey;User=MyUser;
- Database UserId:Jira Service Desk を認証するユーザーネーム。
- Database Password:Jira Service Desk を認証するパスワード。
-
[Connection]タブで[Connect]をクリックします。
QuickBooks JDBC Driver が表示するテーブルをブラウズするには、テーブルを右クリックし[Open In New Tab]をクリックします。
SQL クエリの実行には、SQL Commander ツールを使います:[SQL Commander]>[New SQL Commander]をクリックします。利用可能なメニューから[Database Connection]、[Database]、[Schema]を選択します。
サポートされるSQL についての詳細は、ヘルプドキュメントの「サポートされるSQL」をご覧ください。テーブルに関する情報は「データモデル」をご覧ください。
