製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

Jira Service Desk ODBC Driver

Jira Service Desk ODBC Driver を使って、ODBC 接続をサポートするあらゆるアプリケーション・ツールからJira Service Desk にデータ連携。

Jira Service Desk データにデータベースと同感覚でアクセスして、Jira Service Desk データに使い慣れたODBC インターフェースで双方向連携。

データ連携でお困りですか?

お問い合わせ

CData ODBC Driver for JiraServiceDesk を使ってMicroStrategy でJira Service Desk データを分析


MicroStrategy BI プラットフォームのダッシュボードにJira Service Desk をノーコードでデータ連携して利用。


古川えりか
コンテンツスペシャリスト



CData ODBC Drivers はMicrostrategy のようなBI ツールにおいて、多種な重要なデータソースへのアクセスを実現します。この記事では、Jira Service Desk への接続方法、UI またはクエリを使ってデータをインポートする方法、そしてダッシュボードでデータビジュアライゼーションをいくつか作成する方法について説明します。

MicroStrategy を使ってJira Service Desk のクエリを発行

次の手順では、Microstrategy からCData JDBC Driver for JiraServiceDesk を使ってデータに接続する方法を説明します。

  1. 接続プロパティが未設定の場合には、DSN(データソース名)の設定を行います。Microsoft ODBC データソースアドミニストレーターを使ってODBC DSN を作成および設定できます。

    一般的な接続文字列は次のとおりです:

    • ApiKey
    • User

    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.

    Microsoft ODBC データソースアドミニストレーターで必要なプロパティを設定する方法は、ヘルプドキュメントの「はじめに」を参照してください。

  2. ダッシュボードで、+アイコンをクリックしてJira Service Desk に接続を追加します。ダイアログが表示されたら、以下の情報を入力します:

    • DSN: Jira Service Desk ODBC データソース用のDSN を選択。
    • DBMS: メニュー内の[Generic DBMS]オプションを選択。
    • Name: ユーザーフレンドリーなデータソース名を入力。
  3. 接続を選択します。
  4. [Edit SQL]をクリックします。[Editor]パネルの角にある青色ペンのアイコンです。
  5. [Editor]にクエリを入力します: SELECT RequestId, ReporterName FROM Requests WHERE CurrentStatus = 'Open'
  6. Query and results. (Dynamics CRM is shown.)
  7. [Execute SQL]をクリックします。パネルの角にある緑色の再生アイコンです。
  8. [Continue]をクリックして結果を保存します。
  9. 表示されたページで、[Select a Visualization]>[Bar Chart]>[Clustered Bar Chart]をクリックします。

    A bar chart created from the query results. (Dynamics CRM is shown.)