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

Focus のスキーマ

Focus は、戦略的優先事項をゴールとそれを支える作業、チーム、資金に結び付けることで、企業全体の成果を促進します。Focus の詳細

Atlassian Data Lake 接続に Focus のデータを追加する場合、次のテーブルからデータをクエリできます。

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

重点分野データのテーブル

重点分野データ用ににいくつかのテーブルがあります。

  • 重点分野

  • 重点分野ステータス アップデート

  • 重点分野とサブ重点分野マッピング

  • 重点分野タイプ

重点分野

focus_area テーブルには、すべての重点分野に関する最新情報が含まれています。

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

作成時刻

重点分野が作成された日時 (UTC タイム ゾーン)。

SQL 名

created_at

データ タイプ

日時

重点分野 ID

重点分野の一意の識別子。これを重点分野データの主キーとして使用します。

SQL 名

focus_area

データ タイプ

文字列

重点分野タイプ ID

重点分野タイプの一意の識別子。

SQL 名

focus_area_type_id

データ タイプ

文字列

外部キー

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

健全性*

重点分野の健全性。

SQL 名

health

データ タイプ

文字列

サンプル値

  • 逸脱

  • At risk (リスクあり)

  • 順調

ライフサイクル ステータス*

重点分野のライフサイクルを表し、アクティブ、アーカイブ済み、または下書きの状態になります。

SQL 名

lifecycle_status

データ タイプ

文字列

サンプル値

  • アクティブ

  • アーカイブ

  • 下書き

名前*

重点分野の名前。

SQL 名

name

データ タイプ

文字列

所有者

重点分野の所有者の一意の識別子。

SQL 名

owned_by

データ タイプ

文字列

外部キー

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

親重点分野 ID

親重点分野の一意の識別子。

SQL 名

parent_focus_area_id

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ステータス*

重点分野のステータス。

SQL 名

status

データ タイプ

文字列

サンプル値

  • ペンディング

  • 進捗中

  • 一時停止

  • 完了

目標期日*

重点分野目標期日。

SQL 名

target_date

データ タイプ

日付

目標期日タイプ*

重点分野の目標期日のタイプ。

SQL 名

target_date_type

データ タイプ

文字列

サンプル値

  • 四半期

作成日時

重点分野が最後に更新された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

URL*

重点分野の URL。

SQL 名

url

データ タイプ

文字列

値の例

https://test.focus.com/focus/focus-area/01bf6913-eefd-4c24-8afd-5c02797a88b8

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

重点分野ステータス アップデート

focus_area_status_update テーブルには、各重点分野に対して行われたステータス更新の最新情報が含まれています。

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

作成時刻

ステータス更新が作成された日時 (UTC タイム ゾーン)。

SQL 名

created_at

データ タイプ

日時

作成元

ステータス更新を作成したユーザーの一意の識別子。

SQL 名

created_by

データ タイプ

文字列

外部キー

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

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

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

重点分野ステータス更新 ID

ステータス更新の一意の識別子。これを重点分野ステータス更新データの主キーとして使用します。

SQL 名

focus_area_status_update_id

データ タイプ

文字列

新規健全性*

ステータス更新で重点分野に与えられた新しい健全性の値。

SQL 名

new_health

データ タイプ

文字列

値の例

順調

新規ステータス*

ステータス更新で重点分野に与えられた新しいステータス値。

SQL 名

new_status

データ タイプ

文字列

値の例

進捗中

新規目標期日*

ステータス更新で重点分野に与えられた新しい目標期日。

SQL 名

new_target_date

データ タイプ

日付

新規目標期日タイプ*

ステータス更新で重点分野に与えられた新しい目標期日タイプ。

SQL 名

new_target_date_type

データ タイプ

文字列

サンプル値

  • 四半期

旧健全性*

ステータス更新以前の、重点分野の健全性の値。

SQL 名

previous_health

データ タイプ

文字列

値の例

At risk (リスクあり)

旧ステータス*

ステータス更新以前の、重点分野のステータスの値。

SQL 名

previous_status

データ タイプ

文字列

値の例

ペンディング

旧目標期日*

ステータス更新以前の、重点分野の目標期日。

SQL 名

previous_target_date

データ タイプ

日付

旧目標期日タイプ*

SQL 名

previous_target_date_type

データ タイプ

文字列

値の例

  • 四半期

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

作成日時

重点分野のステータス更新が最後に実行された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

更新者:

ステータス更新を最後に実行したユーザーの一意の識別子。

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

URL*

ステータス更新の URL。

SQL 名

url

データ タイプ

文字列

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

重点分野とサブ重点分野マッピング

focus_area_sub_focus_area_mapping テーブルには、重点分野とそのサブ重点分野間の関連が保持されます。

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

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

サブ重点分野 ID

サブ重点分野の一意の識別子。

SQL 名

sub_focus_area_id

データ タイプ

文字列

外部キー

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

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

重点分野タイプ

focus_area_type テーブルには、重点分野タイプに関する最新情報が含まれています。重点分野タイプの詳細については、こちらをご確認ください。

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

作成時刻

重点分野タイプが作成された日時 (UTC タイム ゾーン)。

SQL 名

created_at

データ タイプ

日時

重点分野タイプ ID

重点分野タイプの一意の識別子。これを重点分野タイプ データの主キーとして使用します。

SQL 名

focus_area_type_id

データ タイプ

文字列

レベル*

重点分野タイプの階層レベル。0 は最上位の階層レベルです。

SQL 名

level

データ タイプ

数値

名前*

重点分野タイプの名前。

SQL 名

name

データ タイプ

文字列

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

作成日時

重点分野タイプが最後に更新された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

カスタム フィールド データのテーブル

Focus area custom field definition

The focus_area_custom_field_definition table holds the definitions of custom fields for focus areas.

作成時刻

The date and time (UTC time zone) when the custom field definition was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the custom field definition.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

Custom field definition ID

The unique identifier of a custom field definition. Use this as the primary key for custom field definitions.

SQL 名

custom_field_definition_id

データ タイプ

文字列

説明

More details about the custom field definition.

SQL 名

description

データ タイプ

文字列

名前

The name of the custom field definition.

SQL 名

name

データ タイプ

文字列

サンプル値

  • Team Name

  • T-Shirt Size

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

Search key

A system-generated key used for performing searches against the custom field definition.

SQL 名

search_key

データ タイプ

文字列

サンプル値

custom_field_h6D7y

タイプ

Represents the type of a custom field definition.

SQL 名

type

データ タイプ

文字列

サンプル値

  • TEXT

  • NUMBER

  • DATE

  • SINGLE_SELECT

  • MULTI_SELECT

作成日時

The date and time (UTC time zone) when the custom field definition was last updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who last updated the custom field definition.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Focus area custom field saved value

The focus_area_custom_field_saved_value table holds the values of the custom fields for focus areas.

作成時刻

The date and time (UTC time zone) when the custom field definition was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the value of the custom field for the focus area.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

Custom field definition ID

The unique identifier of the custom field definition associated with the saved value.

SQL 名

custom_field_definition_id

データ タイプ

文字列

外部キー

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

Custom field saved value ID

The unique identifier for a custom field. Use this as the primary key for saved values of custom fields.

SQL 名

custom_field_saved_valueid

データ タイプ

文字列

重点分野 ID

The unique identifier of the focus area in which the value of the custom field is set.

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

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

Number value

The value of the custom field if its type is NUMBER.

SQL 名

number_value

データ タイプ

数値

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

Text value

The value of the custom field if its type is TEXT.

SQL 名

text_value

データ タイプ

文字列

作成日時

The date and time (UTC time zone) when the custom field saved value was last updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who last updated the custom field saved value.

SQL 名

updated_at

データ タイプ

文字列

外部キー

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

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Align プロジェクト データのテーブル

Align プロジェクト

align_project テーブルには、すべての Align プロジェクトに関する最新情報が含まれています。

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

作成時刻

Align プロジェクトが作成された日時 (UTC タイム ゾーン)。

SQL 名

created_at

データ タイプ

日時

名前*

Align プロジェクトの名前。

SQL 名

name

データ タイプ

文字列

プロジェクト ID

Align プロジェクトの一意の識別子。これを Align プロジェクト データの主キーとして使用します。

SQL 名

project_id

データ タイプ

文字列

プロジェクト タイプ*

Align プロジェクトのタイプ。

SQL 名

project_type

データ タイプ

文字列

サンプル値

  • エピック

  • テーマ

  • 機能

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ステータス*

Align プロジェクトのステータス。

SQL 名

status

データ タイプ

文字列

目標期日*

Align プロジェクト目標期日。

SQL 名

target_date

データ タイプ

日時

作成日時

Align プロジェクトが最後に更新された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

アプリ間の関連のテーブル

これらのテーブルは、このスキーマのデータを Atlassian Data Lake 内の他のアプリ スキーマのデータに接続するのに役立ちます。少なくとも 1 つのアプリが Data Lake 接続に含まれている場合は、これらのテーブルをクエリできます。ただし、両方のアプリが含まれていない場合、関連するテーブルにはデータが含まれません。

重点分野・Align プロジェクト・マッピング

focus_area_align_project_mapping テーブルには、重点分野と Align プロジェクト間の関連が保持されます。

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

Align プロジェクト ID

Align プロジェクトの一意の識別子。

SQL 名

align_project_id

データ タイプ

文字列

外部キー

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

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

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

Focus ワークスペース ID

重点分野が属するワークスペースを示す一意の識別子。

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

重点分野 Atlassian プロジェクト マッピング

focus_area_atlassian_project_mapping テーブルには、Focus アプリの重点分野と Atlassian プロジェクト間の関連が保持されます。

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

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

Focus のスキーマfocus_area テーブルにあるレコードへのリンク。

Focus ワークスペース ID

重点分野が属する Focus インスタンスにマッピングされるアトラシアン識別子。

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

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

プロジェクト ID

Atlassian プロジェクトの一意の識別子。

SQL 名

project_id

データ タイプ

文字列

外部キー

Atlassian プロジェクトのスキーマatlassian_project テーブルにあるレコードへのリンク。

プロジェクト ワークスペース ID

プロジェクトが属する Atlassian プロジェクト インスタンスにマッピングされるアトラシアン識別子。

SQL 名

project_workspace_id

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

作成日時

重点分野と Atlassian プロジェクト間の関連が最後に更新された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

重点分野とゴール マッピング

focus_area_goal_mapping テーブルには、Focus の重点分野とゴール アプリのゴール間の関連が保持されます。

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

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

Focus のスキーマfocus_area テーブルにあるレコードへのリンク。

Focus ワークスペース ID

重点分野が属する Focus インスタンスにマッピングされるアトラシアン識別子。

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

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

ゴール ID

ゴールの一意の識別子。

SQL 名

goal_id

データ タイプ

文字列

外部キー

ゴールのスキーマgoal テーブルにあるレコードへのリンク。

ゴール ワークスペース ID

ゴールが属するゴール インスタンスにマッピングされるアトラシアン識別子。

SQL 名

goal_workspace_id

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

作成日時

重点分野とゴール間の関連が最後に更新された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

重点分野 Jira 作業項目マッピング

focus_area_jira_issue_mapping テーブルには、重点分野と Jira 作業項目間の関連が保持されます。

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

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

Focus のスキーマfocus_area テーブルにあるレコードへのリンク。

Focus ワークスペース ID

重点分野が属する Focus インスタンスにマッピングされるアトラシアン識別子。

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

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

Jira ワークスペース ID

作業項目が属する Jira インスタンスにマッピングされるアトラシアン識別子。

SQL 名

jira_workspace_id

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

作成日時

重点分野と Jira 作業項目間の関連が最後に更新された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

作業項目 ID

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

SQL 名

issue_id

データ タイプ

文字列

外部キー

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

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

重点分野 Talent ポジション マッピング

focus_area_talent_position_mapping テーブルには、Focus の重点分野と Talent のポジション間の関連が保持されます。

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

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

Focus のスキーマfocus_area テーブルにあるレコードへのリンク。

Focus ワークスペース ID

重点分野が属する Focus インスタンスにマッピングされるアトラシアン識別子。

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

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

ポジション ID

ポジションの一意の識別子。

SQL 名

position_id

データ タイプ

文字列

外部キー

Talent のスキーマtalent_position テーブルにあるレコードへのリンク。

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

Talent ワークスペース ID

ポジションが属する Talent インスタンスにマッピングされるアトラシアン識別子。

SQL 名

talent_workspace_id

データ タイプ

文字列

外部キー

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

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Tables for Asks data

Ask

The focus_ask table contains the latest information for all asks.

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

Ask ID

The unique identifier of the ask. Use this as the primary key for ask data.

SQL 名

ask_id

データ タイプ

文字列

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

Links to a record in the Workspace table.

名前

The name of the ask.

SQL 名

name

データ タイプ

文字列

説明

The description of the ask.

SQL 名

description

データ タイプ

文字列

Justification

The justification for the ask.

SQL 名

justification

データ タイプ

文字列

Impacted work Atlassian project ID

The unique identifier of the impacted Atlassian project.

SQL 名

impacted_work_atlassian_project_id

データ タイプ

文字列

外部キー

Links to a record in the Project table.

Impacted work Align project ID

The unique identifier of the impacted Align project.

SQL 名

impacted_work_align_project_id

データ タイプ

文字列

外部キー

Links to a record in the Align project table.

Impacted work Jira work item ID

The unique identifier of the impacted Jira work item.

SQL 名

impacted_work_jira_issue_id

データ タイプ

文字列

外部キー

Links to a record in the Work item table.

目標期日

The target date of the ask.

SQL 名

target_date

データ タイプ

日付

目標期日タイプ

The type of target date for the ask.

SQL 名

target_date_type

データ タイプ

文字列

ステータス

The status of the ask.

SQL 名

status

データ タイプ

文字列

Submitter ID

The unique identifier of the person who submitted the ask.

SQL 名

submitted_by

データ タイプ

文字列

外部キー

Links to a record in the Account table.

所有者 ID

The unique identifier of the person who owns the ask.

SQL 名

owned_by

データ タイプ

文字列

外部キー

Links to a record in the Account table.

Submitting team ID

The unique identifier of the team that submitted the ask.

SQL 名

submitting_team_id

データ タイプ

文字列

外部キー

Links to a record in the Team table.

Receiving team ID

The unique identifier of the team that received the ask.

SQL 名

receiving_team_id

データ タイプ

文字列

外部キー

Links to a record in the Team table.

優先度

The priority of the ask.

SQL 名

priority

データ タイプ

文字列

URL

The URL of the ask.

SQL 名

url

データ タイプ

文字列

Proposed date

The proposed date for the ask.

SQL 名

proposed_date

データ タイプ

日付

Proposed date type

The type of proposed date for the ask.

SQL 名

proposed_date_type

データ タイプ

文字列

Proposed by ID

The unique identifier of the person who proposed the date for the ask.

SQL 名

proposed_by

データ タイプ

文字列

外部キー

Links to a record in the Account table.

作成時刻

The date and time (UTC time zone) when the ask was created.

SQL 名

created_at

データ タイプ

日時

Created by ID

The unique identifier of the person who created the ask.

SQL 名

created_by

データ タイプ

文字列

外部キー

Links to a record in the Account table.

作成日時

The date and time (UTC time zone) when the ask was last updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who last updated the ask.

SQL 名

updated_by

データ タイプ

文字列

外部キー

Links to a record in the Account table.

Ask comment

The focus_ask_comment table contains the latest information for all ask comments.

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

Ask comment ID

The unique identifier of the ask comment. Use this as the primary key for ask comment data.

SQL 名

ask_comment_id

データ タイプ

文字列

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

Ask ID

The unique identifier of the ask.

SQL 名

ask_id

データ タイプ

文字列

外部キー

Links to a record in the Ask table.

親コメントの ID

The unique identifier of the parent comment.

SQL 名

parent_comment_id

データ タイプ

文字列

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

Links to a record in the Workspace table.

コメント

The comment text.

SQL 名

comment

データ タイプ

文字列

URL

The URL of the ask comment.

SQL 名

url

データ タイプ

文字列

Created by ID

The unique identifier of the person who created the ask comment.

SQL 名

created_by

データ タイプ

文字列

外部キー

Links to a record in the Account table.

作成時刻

The date and time (UTC time zone) when the ask comment was created.

SQL 名

created_at

データ タイプ

日時

作成日時

The date and time (UTC time zone) when the ask comment was last updated.

SQL 名

updated_at

データ タイプ

日時

Tables for Funds data

Use these tables to query Funds financial data from Focus in Atlassian Analytics. The tables are available in Atlassian Data Lake connections that include Funds data.

To query Funds data, create or edit an Atlassian Data Lake connection that includes Focus, then select Include Funds data. If the option isn’t selected, Funds tables aren’t included in the connection.

Benefit item

The focus_benefit_item table contains the latest information for your Focus benefit items.

Benefit item ID

The unique identifier of the benefit item. Use this as the primary key for benefit item data.

SQL 名

benefit_item_id

データ タイプ

文字列

Benefit type ID

The unique identifier of the benefit type.

SQL 名

benefit_type_id

データ タイプ

文字列

外部キー

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

作成時刻

The date and time in UTC when the benefit item was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the benefit item.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

External ref

The external identifier of the benefit item.

SQL 名

external_ref

データ タイプ

文字列

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

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

名前

The name of the benefit item.

SQL 名

name

データ タイプ

文字列

値の例

AI Savings

作成日時

The date and time in UTC when the benefit item was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the benefit item.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Benefit period value

The focus_benefit_period_value table contains the latest information for your Focus benefit period values.

金額

The amount for the benefit period value.

SQL 名

amount

データ タイプ

数値

Benefit item ID

The unique identifier of the benefit item.

SQL 名

benefit_item_id

データ タイプ

文字列

外部キー

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

Benefit period value ID

The unique identifier of the benefit period value. Use this as the primary key for benefit period value data.

SQL 名

benefit_period_value_id

データ タイプ

文字列

作成時刻

The date and time in UTC when the benefit period value was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the benefit period value.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

Financial version ID

The unique identifier of the financial version.

SQL 名

financial_version_id

データ タイプ

文字列

外部キー

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

Period month

The month associated with the benefit period value.

SQL 名

period_month

データ タイプ

日付

サンプル値

2026-03 2026-04

作成日時

The date and time in UTC when the benefit period value was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the benefit period value.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Benefit type

The focus_benefit_type table contains the latest information for your Focus benefit types.

Benefit type ID

The unique identifier of the benefit type. Use this as the primary key for benefit type data.

SQL 名

benefit_type_id

データ タイプ

文字列

作成時刻

The date and time in UTC when the benefit type was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the benefit type.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

名前

The name of the benefit type.

SQL 名

name

データ タイプ

文字列

値の例

生産性の向上

鍵 (キー)

The unique key of the benefit type.

SQL 名

key

データ タイプ

文字列

値の例

productivity gains

作成日時

The date and time in UTC when the benefit type was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the benefit type.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Cost item

The focus_cost_item table contains the latest information for your Focus cost items.

Cost item ID

The unique identifier of the cost item. Use this as the primary key for cost item data.

SQL 名

cost_item_id

データ タイプ

文字列

Cost subtype ID

The unique identifier of the cost subtype.

SQL 名

cost_subtype_id

データ タイプ

文字列

外部キー

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

Cost type

The cost type of the cost item.

SQL 名

cost_type

データ タイプ

文字列

サンプル値

labor non_labor

作成時刻

The date and time in UTC when the cost item was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the cost item.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

支出タイプ

The expenditure type of the cost item.

SQL 名

expenditure_type

データ タイプ

文字列

サンプル値

capex opex

External ref

The external identifier of the cost item.

SQL 名

external_ref

データ タイプ

文字列

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

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

Investment category ID

The unique identifier of the investment category.

SQL 名

investment_category_id

データ タイプ

文字列

外部キー

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

名前

The name of the cost item.

SQL 名

name

データ タイプ

文字列

値の例

インフラストラクチャ

作成日時

The date and time in UTC when the cost item was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the cost item.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Cost period value

The focus_cost_period_value table contains the latest information for your Focus cost period values.

金額

The amount for the cost period value.

SQL 名

amount

データ タイプ

数値

Cost item ID

The unique identifier of the cost item.

SQL 名

cost_item_id

データ タイプ

文字列

外部キー

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

Cost period value ID

The unique identifier of the cost period value. Use this as the primary key for cost period value data.

SQL 名

cost_period_value_id

データ タイプ

文字列

作成時刻

The date and time in UTC when the cost period value was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the cost period value.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

Financial version ID

The unique identifier of the financial version.

SQL 名

financial_version_id

データ タイプ

文字列

外部キー

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

Period month

The month associated with the cost period value.

SQL 名

period_month

データ タイプ

日付

サンプル値

2026-03 2026-04

作成日時

The date and time in UTC when the cost period value was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the cost period value.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Cost subtype

The focus_cost_subtype table contains the latest information for your Focus cost subtypes.

Cost subtype ID

The unique identifier of the cost subtype. Use this as the primary key for cost subtype data.

SQL 名

cost_subtype_id

データ タイプ

文字列

Cost type

The cost type of the cost subtype.

SQL 名

cost_type

データ タイプ

文字列

サンプル値

labor non_labor

作成時刻

The date and time in UTC when the cost subtype was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the cost subtype.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

名前

The name of the cost subtype.

SQL 名

name

データ タイプ

文字列

値の例

Contractors

鍵 (キー)

The unique key of the cost subtype.

SQL 名

key

データ タイプ

文字列

値の例

contractors

作成日時

The date and time in UTC when the cost subtype was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the cost subtype.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Financial version

The focus_financial_version table contains the latest information for your Focus financial versions.

作成時刻

The date and time in UTC when the financial version was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the financial version.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

Financial version ID

The unique identifier of the financial version. Use this as the primary key for financial version data.

SQL 名

financial_version_id

データ タイプ

文字列

名前

The name of the financial version.

SQL 名

name

データ タイプ

文字列

値の例

予測

タイプ

The type of the financial version.

SQL 名

type

データ タイプ

文字列

サンプル値

forecast actual baseline baseline_revision

作成日時

The date and time in UTC when the financial version was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the financial version.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Fiscal calendar configuration

The focus_fiscal_calendar_configuration table contains the latest information for your Focus fiscal calendar configurations.

作成時刻

The date and time in UTC when the fiscal calendar configuration was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the fiscal calendar configuration.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

Effective until

The effective end date and time (UTC time zone) of the fiscal calendar configuration.

SQL 名

effective_until

データ タイプ

日時

Effective start at

The effective start date and time (UTC time zone) of the fiscal calendar configuration.

SQL 名

effective_start_at

データ タイプ

日時

Fiscal calendar configuration ID

The unique identifier of the fiscal calendar configuration. Use this as the primary key for fiscal calendar configuration data.

SQL 名

fiscal_calendar_configuration_id

データ タイプ

文字列

Is active

Whether the fiscal calendar configuration is active.

SQL 名

is_active

データ タイプ

ブーリアン

Start month number

The start month number of the fiscal year represented by 1-12.

SQL 名

start_month_number

データ タイプ

数値

作成日時

The date and time in UTC when the fiscal calendar configuration was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the fiscal calendar configuration.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Focus area budget

The focus_area_budget table contains the latest information for your Focus focus area budgets.

金額

The amount value of the focus area budget.

SQL 名

amount

データ タイプ

数値

作成時刻

The date and time in UTC when the focus area budget was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the focus area budget.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

会計年度

The fiscal year for the focus area budget.

SQL 名

fiscal_year

データ タイプ

数値

サンプル値

2026 2025

重点分野 ID

重点分野の一意の識別子。

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

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

Focus area budget ID

The unique identifier of the focus area budget. Use this as the primary key for focus area budget data.

SQL 名

focus_area_budget_id

データ タイプ

文字列

作成日時

The date and time in UTC when the focus area budget was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the focus area budget.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Investment category

The focus_investment_category table contains the latest information for your Focus investment categories.

鍵 (キー)

The unique key of the investment category.

SQL 名

key

データ タイプ

文字列

値の例

research

作成時刻

The date and time in UTC when the investment category was created.

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the investment category.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

Investment category ID

The unique identifier of the investment category. Use this as the primary key for investment category data.

SQL 名

investment_category_id

データ タイプ

文字列

名前

The name of the investment category.

SQL 名

name

データ タイプ

文字列

値の例

研究

作成日時

The date and time in UTC when the investment category was updated.

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the investment category.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Relationship tables for Funds data

These mapping tables connect Funds benefit and cost items to related Align projects, Atlassian projects, and Jira work items.

Benefit item Align project mapping

The benefit_item_align_project_mapping table contains associations between benefit items and Align projects.

Align プロジェクト ID

Align プロジェクトの一意の識別子。

SQL 名

align_project_id

データ タイプ

文字列

外部キー

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

Benefit item ID

The unique identifier of the benefit item.

SQL 名

benefit_item_id

データ タイプ

文字列

外部キー

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

Focus ワークスペース ID

The unique identifier of the workspace that the benefit item belongs to.

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Benefit item Atlassian project mapping

The benefit_item_atlassian_project_mapping table contains associations between benefit items and Atlassian projects.

Benefit item ID

The unique identifier of the benefit item.

SQL 名

benefit_item_id

データ タイプ

文字列

外部キー

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

Focus ワークスペース ID

An Atlassian identifier that maps to the Focus instance that the benefit item belongs to.

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

プロジェクト ID

Atlassian プロジェクトの一意の識別子。

SQL 名

project_id

データ タイプ

文字列

外部キー

Links to a record in the atlassian_project table in the schema for Atlassian Projects.

プロジェクト ワークスペース ID

プロジェクトが属する Atlassian プロジェクト インスタンスにマッピングされるアトラシアン識別子。

SQL 名

project_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

作成日時

The date and time in UTC when the association between the benefit item and the Atlassian project was last updated.

SQL 名

updated_at

データ タイプ

日時

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Benefit item Jira work item mapping

The focus_benefit_item_jira_issue_mapping table contains associations between benefit items and Jira work items.

Benefit item ID

The unique identifier of the benefit item.

SQL 名

benefit_item_id

データ タイプ

文字列

外部キー

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

Focus ワークスペース ID

An Atlassian identifier that maps to the Focus instance that the benefit item belongs to.

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

Jira ワークスペース ID

作業項目が属する Jira インスタンスにマッピングされるアトラシアン識別子。

SQL 名

jira_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

作成日時

The date and time in UTC when the association between the benefit item and the Jira work item was last updated.

SQL 名

updated_at

データ タイプ

日時

作業項目 ID

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

SQL 名

issue_id

データ タイプ

文字列

外部キー

Links to a record in the jira_issue table in the schema for Jira family of products.

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Cost item Align project mapping

The cost_item_align_project_mapping table contains associations between cost items and Align projects.

Align プロジェクト ID

Align プロジェクトの一意の識別子。

SQL 名

align_project_id

データ タイプ

文字列

外部キー

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

Cost item ID

The unique identifier of the cost item.

SQL 名

cost_item_id

データ タイプ

文字列

外部キー

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

Focus ワークスペース ID

The unique identifier of the workspace that the cost item belongs to.

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Cost item Atlassian project mapping

The cost_item_atlassian_project_mapping table contains associations between cost items and Atlassian projects.

Cost item ID

The unique identifier of the cost item.

SQL 名

cost_item_id

データ タイプ

文字列

外部キー

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

Focus ワークスペース ID

An Atlassian identifier that maps to the Focus instance that the cost item belongs to.

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

プロジェクト ID

Atlassian プロジェクトの一意の識別子。

SQL 名

project_id

データ タイプ

文字列

外部キー

Links to a record in the atlassian_project table in the schema for Atlassian Projects.

プロジェクト ワークスペース ID

プロジェクトが属する Atlassian プロジェクト インスタンスにマッピングされるアトラシアン識別子。

SQL 名

project_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

作成日時

The date and time in UTC when the association between the cost item and the Atlassian project was last updated.

SQL 名

updated_at

データ タイプ

日時

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

Cost item Jira work item mapping

The focus_cost_item_jira_issue_mapping table contains associations between cost items and Jira work items.

Cost item ID

The unique identifier of the cost item.

SQL 名

cost_item_id

データ タイプ

文字列

外部キー

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

Focus ワークスペース ID

An Atlassian identifier that maps to the Focus instance that the cost item belongs to.

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

Jira ワークスペース ID

作業項目が属する Jira インスタンスにマッピングされるアトラシアン識別子。

SQL 名

jira_workspace_id

データ タイプ

文字列

外部キー

Links to a record in the workspace table in the schema for organization data.

作成日時

The date and time in UTC when the association between the cost item and the Jira work item was last updated.

SQL 名

updated_at

データ タイプ

日時

作業項目 ID

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

SQL 名

issue_id

データ タイプ

文字列

外部キー

Links to a record in the jira_issue table in the schema for Jira family of products.

行の更新時刻

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

SQL 名

row_refreshed_at

データ タイプ

日時

ワークスペース ID

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

SQL 名

workspace_id

データ タイプ

文字列

外部キー

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

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

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