Jira 製品ファミリーのデータ共有スキーマ
We're updating our terminology in Jira
“Work” is the new collective term for all items tracked in Jira. As we roll out these changes, you may still see the term “issue” in some areas.
Jira 製品ファミリーでは、多くの同じテーブルが共有されています。つまり、Atlassian Data Lake で使用可能な Jira 製品のデータは、同じテーブル セットに集約されます。

上の図は、Jira 製品ファミリーのスキーマにおける、テーブル間の主要な関係を示しています。太字の列は、それらが含まれているテーブルの主キーです。
コンポーネント データのテーブル
Jira コンポーネント
jira_component
テーブルには、Compass で作成されたすべてのグローバル Jira コンポーネントが一覧表示されます。
使用されている列は次のとおりです。
コンポーネント ID
コンポーネントの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
コンポーネント参照
Jira サイト内のコンポーネントの識別子
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
説明
コンポーネントの説明。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
コンポーネントの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
タイプ
コンポーネントのタイプ。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira 課題のコンポーネント マッピング
The jira_issue_component_mapping
table holds associations between work items and project components.
使用されている列は次のとおりです。
Global component ID (グローバル コンポーネント ID)
グローバル Jira コンポーネントの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題 ID
The unique identifier of a work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
プロジェクト コンポーネント ID
プロジェクト コンポーネントの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
プロジェクト ID
プロジェクトの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
Jira プロジェクト コンポーネント
jira_project_component
テーブルには、プロジェクト コンポーネントがリストされます。
このテーブルには次の列が含まれています。
担当者タイプ
The type of assignee that is assigned to work items created with this component. The assignee type for the project component can be one of the following: project lead, unassigned, component lead, or project default.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
サンプル値 |
|
コンポーネント ID
プロジェクト コンポーネントの一意の識別子。これをこのテーブルの主キーとして使用します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
コンポーネント リード ID
The unique identifier of the person designated as being responsible for work items that have the component.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
コンポーネント参照
Jira サイト内のコンポーネントの識別子
SQL 名 |
|
---|---|
データ タイプ | BigInt |
名前
プロジェクト コンポーネントの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト ID
コンポーネントを含むプロジェクトの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
Tables for work item data
Jira 課題拡張テーブル
The jira_issue_enhanced_table
table contains information about all your Jira work items.
このテーブルには次の列が含まれています。
担当者アカウント ID
The unique identifier of the person assigned to the work items.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー | 組織データのデータ共有スキーマの |
作成時刻
The date and time (UTC time zone) when the work item was created.
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
作成者アカウント ID
The unique identifier of the person who created the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー | 組織データのデータ共有スキーマの |
説明
The description of the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
期限
The due date (UTC time zone) of the work item.
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
環境
A short description of the environment in which the work item occurred.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
アーカイブ済み
Indicates whether or not the work item is currently archived.
SQL 名 |
|
---|---|
データ タイプ | ブーリアン |
課題 ID
The unique identifier of the work item. Use this as the primary key for this table.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題キー
The number of the work item within the project.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
値の例 | TEST-12 |
課題参照
The identifier of the work item within a Jira site.
It can be used to associate this record with the work item identifier in Jira’s REST APIs and URLs, but does not guarantee uniqueness across multiple workspaces.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題タイプ
The type of work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題タイプの階層レベル
The work type hierarchy level of the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題タイプの階層名
The work type hierarchy name of the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
初期見積時間 (秒)
この列では、タイム トラッキングを有効にする必要があります。
設定された初期見積もり時間 (秒単位)。
SQL 名 |
|
---|---|
データ タイプ | Float |
親課題 ID
The unique identifier of the immediate parent of the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
優先度
The current work item priority.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
優先度の並べ替え順序
優先度の順序 (Jira 製品での表示順序に対応)。
SQL 名 |
|
---|---|
データ タイプ | Int |
プロジェクト ID
The unique identifier of the project that the work item is in.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
報告者アカウント ID
The unique identifier of the person who reported the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー | 組織データのデータ共有スキーマの |
ソリューション
The current work item resolution.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
解決日
The date and time (UTC time zone) when the work item was resolved.
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
解決状況の並べ替え順序
解決状況の順序 (Jira 製品での表示順序に対応)。
SQL 名 |
|
---|---|
データ タイプ | Int |
ステータス
The current work item status.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
ステータス カテゴリ
The status category of the current work item status.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
ステータスの並べ替え順序
ステータスの順序 (Jira 製品での表示順序に対応)。
SQL 名 |
|
---|---|
データ タイプ | Int |
ストーリー ポイント
Only holds data for work items in team-managed projects. To get story points for work items in company-managed projects, use the “Issue field” table.
課題に割り当てられたストーリー ポイントの数。
This field is populated with either the value in the “Story point estimate” field or the “Story Points” field (as long as the default configuration is unchanged), but it will prioritize the value in the “Story point estimate” field if both fields are used on the same work item.
SQL 名 |
|
---|---|
データ タイプ | Float |
要約
The summary of the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
チーム ID
The unique identifier of the team associated with the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
見積時間 (秒)
この列では、タイム トラッキングを有効にする必要があります。
元の推定からの残存推定時間 (秒単位)。
SQL 名 |
|
---|---|
データ タイプ | Float |
経過時間 (秒)
この列では、タイム トラッキングを有効にする必要があります。
ログに記録された作業量 (秒単位)。消費時間がない場合、フィールドは NULL
になります。
SQL 名 |
|
---|---|
データ タイプ | Float |
作成日時
The date and time (UTC time zone) when the work item was last updated.
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
URL
The URL of the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira 課題フィールド
jira_issue_field
テーブルには、カスタム フィールドを含むJiraフィールドの内容がリストされます。
このテーブルには次の列が含まれています。
フィールド ID
The unique identifier of the Jira work item field. Use this as the primary key for this table.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
フィールド タイプ キー
フィールドのタイプを示します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題 ID
The unique identifier of a work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
プロジェクト ID
プロジェクトの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
値
The contents of the Jira field for this work item. The type of data represented by this string will depend on the field.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira 課題フィールド メタデータ
The jira_issue_field_metadata
table holds additional information about each Jira work item field.
このテーブルには次の列が含まれています。
フィールド参照
Jira サイト内のフィールドの識別子。
これは、Jira の REST API と URL で該当するレコードをフィールド識別子に関連付けるために使用できますが、複数のワークスペースでの一意性を保証するものではありません。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題フィールド ID
The unique identifier of the work item field that’s associated with the metadata.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
鍵 (キー)
The key of the work item field. The key can hold a different value to the ID when it’s defined by plugins.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
The name of the work item field.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
タイプ
The type of data stored in the work item field.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira 課題フィールド オプション
The jira_issue_field_option
table stores the selectable set of values for the following types of Jira work item fields: select lists, multi-select lists, cascading select lists, radio buttons, and multi-checkboxes.
このテーブルには次の列が含まれています。
フィールド ID
The unique identifier of the work item field.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
課題フィールド オプション ID
The unique identifier of the work item field option. Use this as the primary key for this table.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題フィールド オプション参照
The identifier for the work item field option within a Jira site.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
値
The value that the work item field option contains.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira 課題の修正バージョン マッピング
The jira_issue_fix_version_mapping
table holds associations between work items and project versions that are fix versions for a work item.
このテーブルには次の列が含まれています。
課題 ID
The unique identifier of a work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
プロジェクト ID
プロジェクトの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
バージョン ID
The unique identifier of a project version, which is the fix version of the work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
Jira 課題履歴変更項目
The jira_issue_history_change_item
table provides details of each Jira work item’s changes, capturing information such as when a field was updated, what the previous and new values are, and who made the change. If multiple updates are made at the same time, these updates will share the same changelog ID.
このテーブルには次の列が含まれています。
作成者 ID
作成者の一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
変更ログ ID
変更ログの一意の識別子。変更項目が同時に更新された場合は、同じ変更ログ ID を共有します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
作成時刻
変更が作成された日時 (UTC タイム ゾーン)。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
フィールド
変更されたフィールドの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
フィールド ID
変更されたフィールドの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
フィールド タイプ
更新されたフィールドのタイプ。
履歴レコードが作成されてからフィールドが削除された場合は、NULL
になることがあります。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題履歴 ID
The unique identifier of the work item history associated with the history change item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題 ID
The unique identifier of a work item that was updated.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
新しい文字列
変更後のフィールドの値を表す文字列。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
newValue
変更後のフィールドの値。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
古い文字列
変更前のフィールドの値を表す文字列。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
古い値
変更前のフィールドの値。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira issue link
The jira_issue_link
table represents a link between two Jira work items. All work items come in pairs of rows, one for an inward relationship and another for an outward relationship.
例:
外向きの関係: ABC-1 は ABC-2 をブロックする
内向きの関係: ABC-2 は ABC-1 によってブロックされる
使用されている列は次のとおりです。
課題 ID
The unique identifier of the work item that the link relates from.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
課題リンク タイプ ID
The unique identifier of the type of work item link the relationship is.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
リンクの方向
関係が流れる方向。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
サンプル値 |
|
リンク ID
The unique identifier of the work item link. Use this as the primary key for work item link data.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
リンクされた課題 ID
The unique identifier of the work item that the link relates to.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
Jira issue link type
The jira_issue_link_type
table contains information about the work item link type.
このテーブルには次の列が含まれています。
課題リンク タイプ ID
The unique identifier of the type of work item link.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
ID value
Do not use.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
The name of the type of work item link the relationship is.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Inward
The inward description of the work item link type.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
値の例 | Duplicated by |
Outward
The outward description of the work item link type.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
値の例 | 重複 |
Jira 課題の優先度
The jira_issue_priority
table holds information about each work item priority.
このテーブルには次の列が含まれています。
名前
The name of the work item priority.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
priorityId
The unique identifier of the work item priority. Use this as the primary key for this table.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
優先度参照
The identifier of the work item priority within a Jira site.
これは、Jira の REST API と URL で該当するレコードを優先度識別子に関連付けるために使用できますが、複数のワークスペースでの一意性を保証するものではありません。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
順序の並び替え
The rank of the work item priority.
SQL 名 |
|
---|---|
データ タイプ | BigInt |
Jira 課題の解決
The jira_issue_resolution
table holds information about each work item resolution.
このテーブルには次の列が含まれています。
課題解決状況 ID
The unique identifier of the work item resolution. Use this as the primary key for the table.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
The name of the work item resolution.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
解決状況参照
The identifier of the work item resolution within a Jira site.
これは、Jira の REST API と URL で該当するレコードを解決識別子に関連付けるために使用できますが、複数のワークスペースでの一意性を保証するものではありません。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
順序の並び替え
Ranks the order of the work item resolutions.
SQL 名 |
|
---|---|
データ タイプ | BigInt |
Jira 課題のステータス
The jira_issue_status
table holds information about each work item status.
このテーブルには次の列が含まれています。
カテゴリ名
The name of the category that the work item status belongs to.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題ステータス ID
The unique identifier of the work item status. Use this as the primary key for the table.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
The name of the work item status.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
ステータス ランク
The rank of the status used to order the work item statuses.
SQL 名 |
|
---|---|
データ タイプ | BigInt |
ステータス参照
The identifier of the work item status within a Jira site.
これは、Jira の REST API と URL で該当するレコードをステータス識別子に関連付けるために使用できますが、複数のワークスペースでの一意性を保証するものではありません。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira 課題タイプ
The jira_issue_type
table holds information about each work type.
このテーブルには次の列が含まれています。
階層レベル
The hierarchy level of the work type.
SQL 名 |
|
---|---|
データ タイプ | Int |
階層名
The hierarchy name of the work type.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題タイプ ID
The unique identifier of the work type. Use this as the primary key for the table.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題タイプ参照
The identifier of the work type within a Jira site.
It can be used to associate this record with the work type identifier in Jira’s REST APIs and URLs, but does not guarantee uniqueness across multiple workspaces.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
The name of the work type.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト ID
The unique identifier of the project that the work type belongs to.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
Jira issue worklog
The jira_issue_worklog
table indicates the amount of time that’s been spent on a work item and records each work log entry (in other words, each time that’s logged on a work item).
作成者
作業時間ログ エントリを作成し、時間の帰属先となるユーザーを示す一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー | 組織データのデータ共有スキーマの |
作成時刻
作業時間ログ エントリが作成された日時 (UTC タイム ゾーン)。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
ドキュメントの内容
作業時間ログ ドキュメントの詳細 (ADF 形式)。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
groupid
Do not use.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題 ID
The unique identifier of the work item that the work log belongs to.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
課題の作業ログ ID
作業時間ログ エントリを示す一意の識別子。これを作業時間ログ データの主キーとして使用します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Role ref
Do not use.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
開始日時
The date and time (UTC time zone) when the work on the work item was started.
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
消費時間 (秒)
The time (in seconds) logged on the work item.
SQL 名 |
|
---|---|
データ タイプ | BigInt |
作成日時
作業時間ログ エントリが最後に更新された日時 (UTC タイム ゾーン)。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
更新者:
作業時間ログ エントリを最後に更新したユーザーを示す一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー | 組織データのスキーマの |
プロジェクト データのテーブル
Jira プロジェクト
jira_project
テーブルには、すべての Jira プロジェクトがリストされます。
このテーブルには次の列が含まれています。
アバター参照
プロジェクトのアイコンへの参照。これを使用してアバター URL を作成できます。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
CategoryID
プロジェクト カテゴリの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
作成時刻
The date and time (UTC time zone) when the project was created.
SQL 名 |
|
---|---|
データ タイプ | 日時 |
既定の担当者タイプ
プロジェクトの既定の担当者設定。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
説明
プロジェクトの説明。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
鍵 (キー)
プロジェクトの一意のキー。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
リード アカウント ID
プロジェクト リードとして定義された人物の一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー | 組織データのデータ共有スキーマの |
名前
プロジェクトの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト ID
プロジェクトの一意の識別子。これをこのテーブルの主キーとして使用します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト参照
Jira サイト内のプロジェクトの識別子。
これは、Jira の REST API と URL で該当するレコードをプロジェクト識別子に関連付けるために使用できますが、複数のワークスペースでの一意性を保証するものではありません。
SQL 名 |
|
---|---|
データ タイプ | BigInt |
ステータス
The status of the project.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
サンプル値 |
|
タイプ
Jira プロジェクトのタイプ (つまり、 Jira、Jira Service Management など)。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
作成日時
The date and time (UTC time zone) when the project was last updated.
SQL 名 |
|
---|---|
データ タイプ | 日時 |
Jira プロジェクト カテゴリ
jira_project_category
テーブルには、プロジェクト カテゴリがリストされます。
このテーブルには次の列が含まれています。
CategoryID
プロジェクト カテゴリの一意の識別子。これをこのテーブルの主キーとして使用します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
カテゴリ参照
Jira サイト内のプロジェクト カテゴリの識別子。
これは、Jira の REST API と URL で該当するレコードをカテゴリ識別子に関連付けるために使用できますが、複数のワークスペースでの一意性を保証するものではありません。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
プロジェクト カテゴリの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira プロジェクト バージョン
jira_project_version
テーブルには、プロジェクト バージョンがリストされます。
このテーブルには次の列が含まれています。
説明
プロジェクト バージョンの説明。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
プロジェクト バージョンの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト ID
プロジェクト バージョンに関連付けられているプロジェクトの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
プロジェクト バージョン ID
プロジェクト バージョンの一意の識別子。これをこのテーブルの主キーとして使用します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
リリース日
プロジェクト バージョンのリリース日。
SQL 名 |
|
---|---|
データ タイプ | 日付 |
順序の並び替え
プロジェクト バージョンの順序をランク付けします。
SQL 名 |
|
---|---|
データ タイプ | BigInt |
開始日時
プロジェクト バージョンの開始日。
SQL 名 |
|
---|---|
データ タイプ | 日付 |
ステータス
プロジェクト バージョンのステータス。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
バージョン参照
Jira サイト内のプロジェクト バージョンの識別子。
SQL 名 |
|
---|---|
データ タイプ | BigInt |
Jira スプリント
jira_sprint
テーブルには、自分のスプリントが一覧表示されます。
このテーブルには次の列が含まれています。
完了日時
スプリントのステータスがクローズに変わった日時。これは、スプリントが完了したことを意味します。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
作成時刻
スプリントが作成された日時。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
ゴール
スプリントの間にチームが達成を計画していることの簡単な説明。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
スプリントの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
元のボード ID
スプリントが最初に計画/作成されたボードの一意の識別子。これは、スプリントがこのボードで開始されたという意味ではありません。スプリントはそれを作成したボードとは別のボードで開始でき、元のボードはスプリントの作成元として扱われます。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
予測開始日時
スプリントが開始すると予測された日時。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
予測終了日時
スプリントが終了すると予測された日時。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
順序の並び替え
スプリントがバックログに表示される順序。スプリントを上下に移動すると、ソート順序が変更されます。
SQL 名 |
|
---|---|
データ タイプ | BigInt |
スプリント ID
スプリントの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Sprint ref (スプリント参照)
Jira サイト内のスプリントの識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
ステータス
スプリントの現在のステータス。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
サンプル値 |
|
Jira Service Management 固有のテーブル
改善されたアトラシアン サービス
atlassian_service_refined
テーブルには、Jira Service Management で定義されているアトラシアンのサービスがリストされます。これには次の列が使用されます。
作成時刻
サービスが作成された日時。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
説明
サービスとそれによって提供される機能の説明。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
サービスの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Opsgenie オーナー チーム ID
サービスを所有する Opsgenie チームの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
サービス ID
サービスの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Tier階層
ビジネス運営におけるサービスの重要度を示します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
サンプル値 | tier1 (重要度が最も高い)、tier2、tier3、tier4 (重要度が最も低い) |
タイプ
サービス タイプ。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
作成日時
サービスが最後に更新された日時。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
JSM の影響を受けるサービス
Affected services ID (影響を受けるサービス ID)
影響を受けるサービスの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
フィールド ID
フィールドの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題 ID
The unique identifier of a work item.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト ID
プロジェクトの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
JSM インシデント担当者
jsm_incident_responder
テーブルには、Jira Service Management で定義されているインシデントへの応答者が一覧表示されます。
このテーブルには次の列が含まれています。
課題 ID
The unique identifier of the Jira work item representing the incident.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト ID
インシデントを含むプロジェクトの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
対応者 ID
対応者の一意の識別子。これをこのテーブルの主キーとして使用します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
対応者タイプ
インシデント担当者のタイプ。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Jira リクエスト タイプ
jira_request_type
テーブルには、Jira Service Management のリクエスト タイプが一覧表示されます。
このテーブルには次の列が含まれています。
説明
リクエスト タイプの説明。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
ヘルプテキスト
リクエスト タイプのヘルプ テキスト。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Icon ref (アイコン参照)
リクエスト タイプ アイコンの識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
課題タイプ ID
The unique identifier of the work type.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
名前
リクエスト タイプの名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Portal ref (ポータル参照)
サービス デスク プロジェクトに関連付けられたカスタマー ポータルの識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト ID
プロジェクトの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Request type ID (リクエスト タイプ ID)
リクエスト タイプの一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Request type ref (リクエスト タイプ参照)
Jira サイト内のリクエスト タイプの識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
JSM SLA
The jsm_sla
table lists the work item service-level agreements (SLAs) defined in Jira Service Management.
達成失敗
SLA に違反したかどうかを示します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Cycle type (サイクル タイプ)
現在の SLA サイクルが進行中であるのか、それとも完了しているかを示します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Elapsed time (経過時間)
SLA サイクル開始時からの経過時間 (ミリ秒)。
SQL 名 |
|
---|---|
データ タイプ | BigInt |
フィールド ID
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
Goal duration (目標所要時間)
現在のサイクルを完了するのに要した時間 (ミリ秒)。
SQL 名 |
|
---|---|
データ タイプ | BigInt |
課題 ID
The unique identifier of a Jira work item associated with the SLA.
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
paused
SLA サイクルが中断したかどうかを示します。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
プロジェクト ID
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
外部キー |
|
残り時間
予定の SLA 上限を超過するまでの残り時間 (ミリ秒)。
Remaining times are recalculated when the SLA's configuration changes (for example, calendars, goals, or conditions) or when the work item associated with the SLA is updated (for example, assignee or status changed, comments added, and so on). Therefore, the provided value may not represent the actual current remaining time.
SQL 名 |
|
---|---|
データ タイプ | BigInt |
SLA ID
SLA の一意の識別子。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
SLA 名
SLA の名前。
SQL 名 |
|
---|---|
データ タイプ | 文字列 |
開始日時
SLA サイクルが開始された日時 (UTC タイム ゾーン)。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
停止日時
SLA サイクルが「進行中」から「完了」にトランジションした日時 (UTC タイム ゾーン)。
SQL 名 |
|
---|---|
データ タイプ | タイムスタンプ |
この内容はお役に立ちましたか?