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

Data share schema for Focus

データ共有はアトラシアンのガバメント環境では利用できません。

A diagram of the data share for Focus.

The diagram above shows key relationships between the tables in the schema for Focus. Columns in bold are the primary keys of the table that they’re in.

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

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

  • 重点分野

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

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

  • 重点分野タイプ

重点分野

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

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

重点分野 ID

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

SQL 名

focus_area_id

データ タイプ

文字列

重点分野タイプ ID

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

SQL 名

focus_area_type_id

データ タイプ

文字列

外部キー

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

健全性

重点分野の健全性。

SQL 名

health

データ タイプ

文字列

サンプル値

  • 逸脱

  • At risk (リスクあり)

  • 順調

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

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

SQL 名

lifecycle_status

データ タイプ

文字列

サンプル値

  • アクティブ

  • アーカイブ

  • 下書き

パス

Represents the hierarchy of a focus area as a path beginning from the root node. It extends along this hierarchy up to, but does not include, the current node.

SQL 名

path

データ タイプ

文字列

名前

重点分野の名前。

SQL 名

name

データ タイプ

文字列

所有者

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

SQL 名

owned_by

データ タイプ

文字列

外部キー

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

親重点分野 ID

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

SQL 名

parent_focus_area_id

データ タイプ

文字列

外部キー

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

ステータス

重点分野のステータス。

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

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

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

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

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

SQL 名

created_by

データ タイプ

文字列

外部キー

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

重点分野 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 (リスクあり)

previousStatus

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

SQL 名

previous_status

データ タイプ

文字列

値の例

ペンディング

旧目標期日

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

SQL 名

previous_target_date

データ タイプ

日付

旧目標期日タイプ

The previous type of target date given to the focus area in the status update.

SQL 名

previous_target_date_type

データ タイプ

文字列

値の例

  • 四半期

Summary text

This is the summary text of a focus area status update.

SQL 名

summary_text

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

更新者:

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

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

URL

ステータス更新の URL。

SQL 名

url

データ タイプ

文字列

重点分野タイプ

The focus_area_type table contains the latest information on your focus area types. Read more about focus area types.

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

重点分野タイプ ID

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

SQL 名

focus_area_type_id

データ タイプ

文字列

レベル

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

SQL 名

level

データ タイプ

数値

名前

重点分野タイプの名前。

SQL 名

name

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

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

Align プロジェクト

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

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

名前

Align プロジェクトの名前。

SQL 名

name

データ タイプ

文字列

プロジェクト ID

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

SQL 名

project_id

データ タイプ

文字列

プロジェクト タイプ

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

SQL 名

project_type

データ タイプ

文字列

サンプル値

  • エピック

  • テーマ

  • 機能

ステータス

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

SQL 名

status

データ タイプ

文字列

目標期日

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

SQL 名

target_date

データ タイプ

日時

作成日時

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

SQL 名

updated_at

データ タイプ

日時

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

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

Align project Goal mapping

The atlassian_home_goal_jira_align_project_mapping table holds associations between between Align projects and goals from the Goals app.

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

Align Project ID

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

SQL 名

align_project_id

データ タイプ

文字列

外部キー

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

Align Workspace ID

The unique identifier of the Align workspace.

SQL 名

align_workspace_id

データ タイプ

文字列

ゴール ID

ゴールの一意の識別子。

SQL 名

goal_id

データ タイプ

文字列

外部キー

Links to a record in the goal table in the schema for Goals.

ゴール ワークスペース ID

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

SQL 名

goal_workspace_id

データ タイプ

文字列

外部キー

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

Relationship ID

Unique identifier for this mapping or relationship.

SQL 名

relationship_id

データ タイプ

文字列

作成日時

The date and time (UTC time zone) when the association between the Align project and the goal was last updated.

SQL 名

updated_at

データ タイプ

日付と時刻

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

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

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

プロジェクト ID

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

SQL 名

project_id

データ タイプ

文字列

外部キー

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

重点分野 ID

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

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

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

Focus ワークスペース ID

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

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

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

Relationship ID

Unique identifier for this mapping/relationship.

SQL 名

relationship_id

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

Focus area project mapping

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

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

重点分野 ID

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

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

Links to a record in the focus_area table in the schema for Focus.

Focus ワークスペース ID

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

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.

Relationship ID

Unique identifier for this mapping/relationship.

SQL 名

relationship_id

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

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

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

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

重点分野 ID

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

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

Links to a record in the focus_area table in the schema for Focus.

Focus ワークスペース ID

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

SQL 名

focus_workspace_id

データ タイプ

文字列

外部キー

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

ゴール ID

ゴールの一意の識別子。

SQL 名

goal_id

データ タイプ

文字列

外部キー

Links to a record in the goal table in the schema for Goals.

ゴール ワークスペース ID

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

SQL 名

goal_workspace_id

データ タイプ

文字列

外部キー

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

Relationship ID

Unique identifier for this mapping/relationship.

SQL 名

relationship_id

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

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

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

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

重点分野 ID

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

SQL 名

focus_area_id

データ タイプ

文字列

外部キー

Links to a record in the focus_area table in the schema for focus.

Focus ワークスペース ID

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

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.

Relationship ID

Unique identifier for this mapping/relationship.

SQL 名

relationship_id

データ タイプ

文字列

作成日時

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

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.

Tables for Asks data

There are several tables for Asks data:

  • Ask

  • Ask comment

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

データ タイプ

文字列

値の例

ari:cloud:passionfruit:0433d9b3-b4d5-46dc-9b1b-73cfd3ba6880:ask/workspace/3e819522-5579-418a-b01c-0667fc0f4678/0197b2e5-fc0d-7286-9f5c-12df30009e45

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

データ タイプ

文字列

値の例

https://mycompany.atlassian.net/focus/asks/0197b2e5-fc0d-7286-9f5c-12df30009e45

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

データ タイプ

文字列

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

データ タイプ

日時

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

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