• 使用を開始する
  • 関連ドキュメント

Jira のスキーマ

Jira の用語を更新しています

「作業」は、Jira で追跡されるすべての項目の新しい総称です。これらの変更のロールアウト中も、一部の地域では「課題」という用語が引き続き表示される場合があります。

このアップデートの詳細を確認する

In addition to the tables for the Jira family of products, Jira has extra tables added to the Atlassian Data Lake schema that give you more data related to your sprints.

アスタリスク (*) が付いている列は、Data Lake 接続でアプリすべてのデータ を含める場合にのみ利用できます。Atlassian Data Lake 接続のデータ スコープを設定する方法の詳細をお読みください。

Table for board data

Jira ボード

The jira_board table displays work items from one or more spaces, giving you a flexible way to view, manage, and report on work in progress.

Board ID

A unique identifier for this board.

SQL 名

board_ID

データ タイプ

文字列

ボード タイプ

SQL 名

board_type

データ タイプ

文字列

Board location account ID

The account that the board belongs to.

SQL 名

board_location_account_ID

データ タイプ

文字列

外部キー

Links to a record in the account table in the organization schema.

Board location project ID

The space that the board belongs to.

SQL 名

board_location_project_ID

データ タイプ

文字列

外部キー

Links to a record in the jira_project table.

Swimlane config

A swimlane is a horizontal categorization of work items in the Active sprints or Kanban board view.

SQL 名

swimlane_config

データ タイプ

文字列

Is days in column enabled

Whether a visual indicator showing the number of days a work items has been in a column is displayed.

SQL 名

is_days_in_column_enabled

データ タイプ

ブーリアン

Card colors based on

The method for assigning colors to cards on the board (for example, by assignee, work item type, priority, or JQL query).

SQL 名

card_colors_based_on

データ タイプ

文字列

Board filter ID

The board filter defines the board view, including sprints and sprint goals.

SQL 名

board_filter_ID

データ タイプ

文字列

Has backlog enabled

Whether the backlog is enabled for the board.

SQL 名

has_backlog_enabled

データ タイプ

ブーリアン

Has sprints enabled

Whether sprints are enabled for the board.

SQL 名

has_sprints_enabled

データ タイプ

ブーリアン

Has reports enabled

Whether reports are enabled for the board.

SQL 名

has_reports_enabled

データ タイプ

ブーリアン

制約

The type of constraint applied to board columns (for example, issue count or story points).

SQL 名

constraint

データ タイプ

文字列

名前

The name of the board.

SQL 名

name

データ タイプ

文字列

行の更新時刻

このレコードの最終更新時刻 (UTC タイムゾーン)。

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

An Atlassian identifier that maps data to a site in the workspace table.

SQL 名

workspace_id

データ タイプ

文字列

外部キー

組織データのスキーマworkspace テーブルにあるレコードへのリンク。

Jira board columns

The jira_board_columns view contains the column configuration for a Jira board. Each row represents one status mapped to a board column.

Board ID

The unique identifier of the board.

SQL 名

board_ID

データ タイプ

文字列

外部キー

jira_board テーブルのレコードへのリンク。

名前

The name of the board column.

SQL 名

name

データ タイプ

文字列

ステータス

The Jira work item status mapped to this column.

SQL 名

status

データ タイプ

文字列

ステータス カテゴリ

The category of the Jira work item status.

SQL 名

status_category

データ タイプ

文字列

サンプル値

  • 作業前

  • 進行中

  • 完了

Status config sort order

The order that statuses appear in the column's status list, stored in ascending order.

SQL 名

status_config_sort_order

データ タイプ

配列

Min work item count

The minimum number of work items the column can contain at any time.

SQL 名

min_issue_count

データ タイプ

数値

Max work item count

The maximum number of issues the column can contain at any time.

SQL 名

max_issue_count

データ タイプ

数値

順序の並び替え

The order in which the column appears on the board.

SQL 名

sort_order

データ タイプ

数値

行の更新時刻

このレコードの最終更新時刻 (UTC タイムゾーン)。

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

An Atlassian identifier that maps data to a site in the workspace table.

SQL 名

workspace_id

データ タイプ

文字列

外部キー

組織データのスキーマworkspace テーブルにあるレコードへのリンク。

Jira board filter project mapping

The jira_board_filtered_project_mapping view maps each Jira board to the projects included in its filter. Each row represents one board-to-project mapping.

Board ID

The unique identifier of the board.

SQL 名

board_ID

データ タイプ

文字列

外部キー

jira_board テーブルのレコードへのリンク。

Filtered project ID

The unique identifier of the project included in the board filter. Filtered projects have their work items included on the board.

SQL 名

filtered_project_ID

データ タイプ

文字列

外部キー

jira_project テーブルのレコードへのリンク。

行の更新時刻

このレコードの最終更新時刻 (UTC タイムゾーン)。

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

An Atlassian identifier that maps data to a site in the workspace table.

SQL 名

workspace_id

データ タイプ

文字列

外部キー

組織データのスキーマworkspace テーブルにあるレコードへのリンク。

コンポーネント データのテーブル

Component

jira_component テーブルには、Compass で作成されたすべてのグローバル Jira コンポーネントが一覧表示されます。

使用されている列は次のとおりです。

コンポーネント ID

コンポーネントの一意の識別子。

SQL 名

component_id

データ タイプ

文字列

説明

コンポーネントの説明。

SQL 名

description

データ タイプ

文字列

名前

コンポーネントの名前。

SQL 名

name

データ タイプ

文字列

行の更新時刻

このレコードの最終更新時刻 (UTC タイムゾーン)。

SQL 名

row_refreshed_at

データ タイプ

日時

タイプ

コンポーネントのタイプ。

SQL 名

type

データ タイプ

文字列

ワークスペース ID

An Atlassian identifier that maps data to a site in the workspace table.

SQL 名

workspace_id

データ タイプ

文字列

外部キー

組織データのスキーマworkspace テーブルにあるレコードへのリンク。

作業項目コンポーネントマッピング

jira_issue_component_mapping テーブルは、作業項目とプロジェクトコンポーネント間の関連付けを保持します。

使用されている列は次のとおりです。

コンポーネント ID

プロジェクト コンポーネントの一意の識別子。

SQL 名

component_id

データ タイプ

文字列

外部キー

jira_project_component テーブルのレコードへのリンク。

Global component ID (グローバル コンポーネント ID)

グローバル Jira コンポーネントの一意の識別子。

SQL 名

global_component_id

データ タイプ

文字列

外部キー

jira_component テーブルのレコードへのリンク。

作業項目 ID

作業項目の一意の識別子。

SQL 名

issue_id

データ タイプ

文字列

外部キー

jira_issue テーブルのレコードへのリンク。

行の更新時刻

このレコードの最終更新時刻 (UTC タイムゾーン)。

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

An Atlassian identifier that maps data to a site in the workspace table.

SQL 名

workspace_id

データ タイプ

文字列

外部キー

組織データのスキーマworkspace テーブルにあるレコードへのリンク。


作業項目スプリント履歴データのテーブル

作業項目スプリント履歴

jsw_issue_sprint_history テーブルは、経時的なスプリントへの作業項目割り当ての変更を追跡します

使用されている列は次のとおりです。

操作

作業項目がスプリントに追加されたか、スプリントから削除されたかを示します。

SQL 名

action

データ タイプ

文字列

サンプル値

追加削除

アクションの実行日時

作業項目がスプリントに追加、またはスプリントから削除された日付と日時 (UTC タイム ゾーン)。

SQL 名

action_at

データ タイプ

日時

作成者アカウント ID*

スプリントへの作業項目の割り当てを変更したユーザーの一意の識別子。

SQL 名

author_account_id

データ タイプ

文字列

外部キー

組織データのスキーマaccount テーブルにあるレコードへのリンク。

作業項目 ID

スプリントに割り当てられた作業項目の一意の識別子。

SQL 名

issue_id

データ タイプ

文字列

外部キー

Jira 製品ファミリーのスキーマjira_issue テーブルにあるレコードへのリンク。

スプリント ID

作業項目が追加または削除されたスプリントの一意の識別子。

SQL 名

sprint_id

データ タイプ

文字列

外部キー

jsw_sprint テーブルのレコードへのリンク。

ワークスペース ID

An Atlassian identifier that maps data to a site in the workspace table.

SQL 名

workspace_id

データ タイプ

文字列

外部キー

組織データのスキーマworkspace テーブルにあるレコードへのリンク。


スプリント データのテーブル

Sprint

jsw_sprint テーブルには Jira プロジェクトのスプリントがリストされています。

使用されている列は次のとおりです。

Activated at

The date and time the sprint was activated. This cannot be manually changed and reflects the actual date and time the sprint was started.

SQL 名

activated_at

データ タイプ

タイムスタンプ

完了日時

スプリントのステータスがクローズに変わった日時 (UTC タイム ゾーン)。スプリントが完了済みであることを示します。

SQL 名

completed_at

データ タイプ

日時

作成時刻

スプリントが作成された日時 (UTC タイム ゾーン)。

SQL 名

created_at

データ タイプ

日時

ゴール

スプリントの間にチームが達成を計画していることの簡単な説明。

SQL 名

goal

データ タイプ

文字列

名前*

スプリントの名前。

SQL 名

name

データ タイプ

文字列

元のボード ID*

スプリントが最初に計画または作成されたボードの一意の識別子。

これは、スプリントがこのボードで開始されたという意味ではありません。あるボードで作成したスプリントを別のボードで開始することができます。元のボードは、スプリントが作成された場所になります。

SQL 名

original_board_id

データ タイプ

文字列

予測終了日時*

スプリントが終了すると予測される日時 (UTC タイム ゾーン)。

SQL 名

projected_to_end_at

データ タイプ

日時

予測開始日時*

スプリントが開始すると予測された日時 (UTC タイム ゾーン)。これには、スプリントが開始される実際のスプリント開始日が含まれます。

SQL 名

projected_to_start_at

データ タイプ

日時

並べ替え順序*

スプリントの順序。スプリントは小さいものから順に表示されます。

SQL 名

sort_order

データ タイプ

数値

スプリント ID

スプリントの一意の識別子。これをスプリント データの主キーとして使用します。

SQL 名

sprint_id

データ タイプ

文字列

スプリントの参照

Jira サイト内のスプリントの識別子。

SQL 名

sprint_ref

データ タイプ

文字列

ステータス*

スプリントの現在のステータス。

SQL 名

status

データ タイプ

文字列

サンプル値

将来アクティブクローズ

ワークスペース ID

An Atlassian identifier that maps data to a site in the workspace table.

SQL 名

workspace_id

データ タイプ

文字列

外部キー

組織データのスキーマworkspace テーブルにあるレコードへのリンク。

Work item sprint mapping

The jira_issue_sprint_mapping table provides a current-state mapping between Jira work items and the sprints they belong to. Use this table to easily query which sprint a work item is currently in, without needing to interpret sprint history actions.

作業項目 ID

The unique identifier of the Jira work item currently assigned to a sprint.

SQL 名

issue_id

データ タイプ

文字列

外部キー

Links to a table in the same app schema

jira_issue テーブルのレコードへのリンク。

Links to a table in a different app schema

スプリント ID

The unique identifier of the sprint the work item is currently assigned to.

SQL 名

sprint_id

データ タイプ

文字列

外部キー

Links to a table in the same app schema

jsw_sprint テーブルのレコードへのリンク。

Links to a table in a different app schema

行の更新時刻

No need to provide info. All tables should have this column.

ワークスペース ID

No need to provide info. All tables should have this column.

 

 

 

 

 

 

 

 

 

 

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。