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

Data share schema for Goals and Projects

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

ゴール

atlassian_home_goal テーブルには、ゴール アプリのすべてのゴールが一覧表示されます。

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

作成時刻

ゴールが作成された日時 (UTC タイム ゾーン)。

SQL 名

created_at

データ タイプ

日時

説明

ゴールの説明。

SQL 名

description

データ タイプ

文字列

ゴール ID

ゴールの一意の識別子。

SQL 名

goal_id

データ タイプ

文字列

アーカイブ済み

ゴールがアーカイブされているかどうかを示します。

SQL 名

is_archived

データ タイプ

ブーリアン

Is private

Indicated whether or not the goal is private.

SQL 名

is_private

データ タイプ

ブーリアン

鍵 (キー)

ゴールのキー。

SQL 名

key

データ タイプ

文字列

値の例

TITAN-123456

名前

ゴールの名前。

SQL 名

name

データ タイプ

文字列

所有者 ID

ゴールの所有者の一意の識別子。

SQL 名

owner_id

データ タイプ

文字列

外部キー

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

親ゴール ID

親ゴールの一意の識別子。この列が null ではない場合、ゴールはサブゴールです。

SQL 名

parent_goal_id

データ タイプ

文字列

外部キー

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

フェーズ

ゴールの現在のフェーズです。

SQL 名

phase

データ タイプ

文字列

サンプル値

  • ペンディング

  • in_progress

  • 完了

  • 一時停止

  • キャンセルされました

開始日時

ゴールが開始した日時 (UTC タイム ゾーン)。

SQL 名

started_at

データ タイプ

日時

ステータス

ゴールの現在のステータスです。

SQL 名

status

データ タイプ

文字列

サンプル値

  • on_track

  • off_track

  • at_risk

目標期日タイプ

ゴールの目標期日のタイプ。

SQL 名

target_date_type

データ タイプ

文字列

サンプル値

  • 四半期

目標期日

ゴールの目標期日

SQL 名

targeted_at

データ タイプ

日時

チーム

The teams related to the goal.

SQL 名

teams

データ タイプ

文字列

タイプ ID

ゴールのタイプの一意の識別子。

SQL 名

type_id

データ タイプ

文字列

外部キー

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

ウォッチャー

The people watching the goal.

SQL 名

watchers

データ タイプ

文字列

外部キー

Links to records in the account table in the schema for organization data.

ゴール コメント

atlassian_home_goal_comment テーブルには、ゴールに付けられたすべてのコメントが一覧表示されます。

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

本文

コメントのテキスト。

SQL 名

body

データ タイプ

文字列

コメント ID

ゴールのコメントの一意の識別子。これをゴール コメント データの主キーとして使用します。

SQL 名

goal_comment_id

データ タイプ

文字列

作成時刻

ゴールのコメントが作成された日時 (UTC タイム ゾーン)。

SQL 名

created_at

データ タイプ

日時

作成元

ゴールのコメントを作成したユーザーの一意の識別子。

SQL 名

created_by

データ タイプ

文字列

外部キー

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

ゴール ID

コメントに関連付けられたゴールの一意の識別子。

SQL 名

goal_id

データ タイプ

文字列

外部キー

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

作成日時

コメントが最後にアップデートされた日時 (UTC タイム ゾーン)。

SQL 名

goal_update_id

データ タイプ

日時

Goal custom field allowed value

The atlassian_home_custom_field_allowed_value table contains allowed values of custom fields for goals.

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

Allowed value ID

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

SQL 名

allowed_value_id

データ タイプ

文字列

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the allowed value.

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 allowed value.

SQL 名

custom_field_definition_id

データ タイプ

文字列

外部キー

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

順序の並び替え

Used to determine where in the list of allowed values this value should be placed.
An allowed value with a lower sortOrder will be earlier in the list.

SQL 名

sort_order

データ タイプ

整数

作成日時

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

SQL 名

updated_at

データ タイプ

日時

The value of the allowed option.

SQL 名

value

データ タイプ

文字列

Goal custom field definition

The atlassian_home_custom_field_definition table contains custom field definition data for goals.

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

Can set multiple values

Indicates whether or not the custom field can have multiple values set.

SQL 名

can_set_multiple_values

データ タイプ

ブーリアン

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

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

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. Use this as the primary key for custom field definitions.

SQL 名

custom_field_definition_id

データ タイプ

文字列

データ タイプ

The data type of the custom field definition.

SQL 名

data_type

データ タイプ

文字列

Deleted at

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

SQL 名

deleted_at

データ タイプ

日時

説明

The description of the custom field definition.

SQL 名

description

データ タイプ

文字列

Has allowed values

Indicates whether or not the custom field has predefined allowed values. Only applies to custom fields that are either single-select or multi-select text.

SQL 名

has_allowed_values

データ タイプ

ブーリアン

Is enabled for goals

Indicates whether or not the goal type is enabled in Goals.

SQL 名

is_enabled_for_goals

データ タイプ

ブーリアン

Is enabled for projects

Indicates whether or not the goal type is enabled in Projects.

SQL 名

is_enabled_for_projects

データ タイプ

ブーリアン

名前

The name of the custom field definition.

SQL 名

name

データ タイプ

文字列

トークン

The custom field’s randomly generated token.

SQL 名

token

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

Goal custom field saved value

The atlassian_home_custom_field_saved_value table contains saved value data of custom fields for goals.

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

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

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.

SQL 名

custom_field_definition_id

データ タイプ

文字列

外部キー

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

Custom field saved value ID

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

SQL 名

custom_field_saved_value_id

データ タイプ

文字列

ゴール ID

The unique identifier of the goal that the saved value is associated with.

SQL 名

goal_id

データ タイプ

文字列

外部キー

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

作成日時

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

SQL 名

updated_at

データ タイプ

日時

カスタム フィールドの値。

SQL 名

value

データ タイプ

文字列

Goal metric

Metrics allow you to track and evaluate goal progress in a more structured and digestible format.

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the metric.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

アーカイブ済み

Indicates whether or not the metric is archived.

SQL 名

is_archived

データ タイプ

ブーリアン

Metric ID

The unique identifier of the metric.

SQL 名

metric_id

データ タイプ

文字列

名前

The name of the metric.

SQL 名

name

データ タイプ

文字列

Sub type

The custom sub type of the metric.

SQL 名

sub_type

データ タイプ

文字列

タイプ

The type of the metric.

SQL 名

type

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

Goal metric saved value 

The atlassian_home_goal_metric_saved_value table contains saved value data of goal metrics.

作成時刻

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

SQL 名

created_at

データ タイプ

日時

Inserted at

The date and time (UTC time zone) when the value was inserted.

SQL 名

inserted at

データ タイプ

日時

Insertion context

The context in which this metric value was created.

SQL 名

insertion_context

データ タイプ

文字列

Metric ID

The unique identifier for the metric the value is associated with.

SQL 名

metric_id

データ タイプ

文字列

Metric saved value ID

The unique identifier for the saved value.

SQL 名

metric_saved_value_id

データ タイプ

文字列

Metric value

The value of the metric.

SQL 名

metric_value

データ タイプ

数値

作成日時

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

SQL 名

updated_at

データ タイプ

日時

Goal metric target

The atlassian_home_goal_metric_target table contains target values for metrics.

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

The unique identifier of the person who created the metric.

SQL 名

created_by

データ タイプ

文字列

外部キー

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

ゴール ID

The unique identifier of the goal that the saved value is associated with.

SQL 名

goal_id

データ タイプ

文字列

外部キー

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

Metric ID

The unique identifier for the metric the value is associated with.

SQL 名

metric_id

データ タイプ

文字列

Metric target ID

The unique identifier for the target.

SQL 名

metric_target_id

データ タイプ

文字列

Snapshot value ID

The current value of the metric.

SQL 名

snapshot_value_id

データ タイプ

文字列

開始値

The starting value with which progress on this target is calculated. Progress will be calculated as a percentage of the difference between this value and the target value.

SQL 名

srart_value

データ タイプ

数値

目標値

The target value with which progress on this target is calculated. Progress will be calculated as a percentage of the difference between the start value and this value.

SQL 名

target_value

データ タイプ

数値

作成日時

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

SQL 名

updated_at

データ タイプ

日時

Goal tag

The atlassian_home_goal_tag contains information about tags for goals.

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

説明

The description of the goal tag.

SQL 名

description

データ タイプ

文字列

名前

The name of the goal tag.

SQL 名

name

データ タイプ

文字列

所有者

The unique identifier of the person who owns the goal tag.

SQL 名

owned_by

データ タイプ

文字列

外部キー

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

Tag ID

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

SQL 名

tag_id

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the tag.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

Goal tag mapping

The atlassian_home_goal_tag_mapping holds associations between goals and tags.

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

ゴール ID

The unique identifier for the goal that the tag is associated with.

SQL 名

goal_id

データ タイプ

文字列

外部キー

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

ゴール ワークスペース ID

A workspace identifier for the goal associated with the tag.

SQL 名

goal_workspace_id

データ タイプ

文字列

Relationship ID

Unique identifier for this mapping/relationship.

SQL 名

relationship_id

データ タイプ

文字列

Sequence number

Sequence number of the last update to the relationship.

SQL 名

sequence_number

データ タイプ

数値

Tag ID

The unique identifier of the goal tag.

SQL 名

tag_id

データ タイプ

文字列

外部キー

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

作成日時

The date and time (UTC time zone) when the relationship between the goal and the tag was last updated.

SQL 名

updated_at

データ タイプ

日時

ゴール タイプ

atlassian_home_goal_type テーブルには、すべてのゴール タイプが一覧表示されます。

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

有効

ゴール タイプが有効になっているかどうかを示します。

SQL 名

is_enabled

データ タイプ

ブーリアン

名前

ゴール タイプの名前。

SQL 名

name

データ タイプ

文字列

タイプ ID

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

SQL 名

type_id

データ タイプ

文字列

ゴール更新

atlassian_home_goal_update テーブルには、各ゴールに加えられた更新がリストされます。

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

ゴール更新を作成したユーザーの一意の識別子。

SQL 名

created_by

データ タイプ

文字列

外部キー

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

ゴール ID

更新に関連付けられているゴールの一意の識別子。

SQL 名

goal_id

データ タイプ

文字列

外部キー

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

ゴール更新 ID

ゴール更新の一意の識別子。これをゴール更新データの主キーとして使用します。

SQL 名

goal_update_id

データ タイプ

文字列

アップデートの見逃し

アップデートを見逃したかどうかを示します。

SQL 名

is_missed_update

データ タイプ

ブーリアン

新規フェーズ

更新後のゴールのフェーズ。

SQL 名

new_phase

データ タイプ

文字列

サンプル値

  • ペンディング

  • in_progress

  • 完了

  • 一時停止

  • キャンセルされました

新規スコア

更新後のゴールのスコア。

SQL 名

new_score

データ タイプ

数値

新しいステータス

更新後のゴールのステータス。

SQL 名

new_status

データ タイプ

文字列

サンプル値

  • on_track

  • off_track

  • at_risk

新規目標期日

更新後のゴールの目標期日。

SQL 名

new_target_date_at

データ タイプ

日時

新規目標期日信頼度

更新後のゴール目標日の信頼度。

SQL 名

new_targeted_confidence

データ タイプ

数値

旧フェーズ

更新前のゴールのフェーズ。

SQL 名

old_phase

データ タイプ

文字列

サンプル値

  • ペンディング

  • in_progress

  • 完了

  • 一時停止

  • キャンセルされました

旧スコア

更新前のゴールのスコア。

SQL 名

old_score

データ タイプ

数値

旧ステータス

更新後のゴールのステータス。

SQL 名

old_status

データ タイプ

文字列

サンプル値

  • on_track

  • off_track

  • at_risk

Old target date type

The type of target date for the update.

SQL 名

old_target_date_type

データ タイプ

文字列

サンプル値

  • 四半期

旧目標期日

更新前のゴールの目標期日。

SQL 名

old_targeted_at

データ タイプ

日時

旧目標期日信頼度

更新前の目標期日の信頼度。

SQL 名

old_targeted_confidence

データ タイプ

数値

要約*

更新の要約。

SQL 名

summary

データ タイプ

文字列

作成日時

ゴール更新が最後に実行された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

更新者:

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

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

ゴール更新ノート

atlassian_home_goal_update_note テーブルには、ゴール更新に付けられたノートが一覧表示されます。

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

更新ノートを作成したユーザーの一意の識別子。

SQL 名

created_by

データ タイプ

文字列

外部キー

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

ゴール更新 ID

ノートに関連付けられたゴール更新の一意の識別子。

SQL 名

goal_update_id

データ タイプ

文字列

外部キー

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

アーカイブ済み

ゴールがアーカイブされているかどうかを示します。

SQL 名

is_archived

データ タイプ

ブーリアン

要約

更新ノートの要約。

SQL 名

summary

データ タイプ

文字列

タイトル

更新ノートの名前。

SQL 名

title

データ タイプ

文字列

更新ノート ID

更新ノートの一意の識別子。これをノート データの主キーとして使用します。

SQL 名

goal_update_note_id

データ タイプ

文字列

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

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

ゴール Jira 作業項目マッピング

atlassian_home_goal_jira_issue_mapping テーブルには、ゴール アプリのゴールと Jira 作業項目間の関連が保持されます。

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

ゴール ID

ゴールの一意の識別子。

SQL 名

goal_id

データ タイプ

文字列

外部キー

Links to a record in the atlassian_project 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.

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

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

SQL 名

issue_id

データ タイプ

文字列

外部キー

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

Project

The atlassian_home_project table holds the latest information about Atlassian projects. Read more about Projects.

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

ゴール

The goals to which this project contributes.

SQL 名

goals

データ タイプ

文字列

アーカイブ済み

プロジェクトがアーカイブされているかどうかを示します。

SQL 名

is_archived

データ タイプ

ブーリアン

Is private

Whether the project is private.

SQL 名

is_private

データ タイプ

ブーリアン

鍵 (キー)

プロジェクトのキーです。

SQL 名

key

データ タイプ

文字列

値の例

GLOBE-1234

members

The people who are contributors to the project.

SQL 名

members

データ タイプ

文字列

外部キー

Links to records in the account table in the schema for organization data.

名前

プロジェクトの名前。

SQL 名

name

データ タイプ

文字列

所有者 ID

プロジェクトの所有者の一意の識別子。

SQL 名

owner_id

データ タイプ

文字列

外部キー

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

フェーズ

プロジェクトの状態。

SQL 名

phase

データ タイプ

文字列

サンプル値

  • ペンディング

  • 進捗中

  • 一時停止

  • 完了

プロジェクト ID

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

SQL 名

project_id

データ タイプ

文字列

開始日時

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

SQL 名

started_at

データ タイプ

日時

ステータス

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

SQL 名

status

データ タイプ

文字列

サンプル値

  • 順調

  • At risk (リスクあり)

  • 逸脱

目標期日タイプ

目標期日の信頼度。

SQL 名

target_date_type

データ タイプ

文字列

サンプル値

  • 四半期

目標期日

プロジェクトの目標期日の日時 (UTC タイム ゾーン)。

SQL 名

targeted_at

データ タイプ

日時

測定

プロジェクトの成功をどのように測定するかを説明します。これは、プロジェクトの「About (概要)」タブの「成功の条件」フィールドに対応します。

SQL 名

the_measurement

データ タイプ

文字列

内容

プロジェクトで何が行われているかを説明します。「About (概要)」タブの「私たちがしていること?」フィールドに対応します。

SQL 名

the_what

データ タイプ

文字列

なぜ

プロジェクトが存在する理由を説明します。プロジェクトの「About (概要)」タブの「なぜ実施するのか?」フィールドに対応します。

SQL 名

the_why

データ タイプ

文字列

ウォッチャー

The people watching the project.

SQL 名

watchers

データ タイプ

文字列

外部キー

Links to records in the account table in the schema for organization data.

Project custom field definition

The atlassian_home_project_custom_field_definition table contains custom field definition data for projects.

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

Can set multiple values

Indicates whether or not the custom field can have multiple values set.

SQL 名

can_set_multiple_values

データ タイプ

ブーリアン

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

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

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. Use this as the primary key for custom field definitions.

SQL 名

custom_field_definition_id

データ タイプ

文字列

データ タイプ

The data type of the custom field definition.

SQL 名

data_type

データ タイプ

文字列

Deleted at

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

SQL 名

deleted_at

データ タイプ

日時

説明

The description of the custom field definition.

SQL 名

description

データ タイプ

文字列

Has allowed values

Indicates whether or not the custom field has predefined allowed values. Only applies to custom fields that are either single-select or multi-select text.

SQL 名

has_allowed_values

データ タイプ

ブーリアン

Is enabled for goals

Indicates whether or not the goal type is enabled in Goals.

SQL 名

is_enabled_for_goals

データ タイプ

ブーリアン

Is enabled for projects

Indicates whether or not the goal type is enabled in Projects.

SQL 名

is_enabled_for_projects

データ タイプ

ブーリアン

名前

The name of the custom field definition.

SQL 名

name

データ タイプ

文字列

トークン

The custom field’s randomly generated token.

SQL 名

token

データ タイプ

文字列

作成日時

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

SQL 名

updated_at

データ タイプ

日時

Project custom field saved value

The atlassian_home_project_custom_field_saved_value table contains saved value data of custom fields for projects.

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

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

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.

SQL 名

custom_field_definition_id

データ タイプ

文字列

外部キー

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

Custom field save value ID

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

SQL 名

custom_field_saved_value_id

データ タイプ

文字列

プロジェクト ID

The unique identifier of the project that the saved value is associated with.

SQL 名

project_id

データ タイプ

文字列

外部キー

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

順序の並び替え

Used to determine where in the list of allowed values this value should be placed.
An allowed value with a lower sortOrder will be earlier in the list.

SQL 名

sort_order

データ タイプ

整数

作成日時

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

SQL 名

updated_at

データ タイプ

日時

カスタム フィールドの値。

SQL 名

value

データ タイプ

文字列

プロジェクト マイルストーン

atlassian_home_project_milestone テーブルには、Atlassian プロジェクトの特定のマイルストーンに関する最新情報が含まれています。

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

完了日時

マイルストーンが完了した日時 (UTC タイム ゾーン)。

SQL 名

completed_at

データ タイプ

日時

プロジェクト更新完了 ID

マイルストーンが完了したプロジェクト更新の一意の識別子。

SQL 名

completed_in_project_update_id

データ タイプ

文字列

外部キー

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

マイルストーン ID

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

SQL 名

milestone_id

データ タイプ

文字列

プロジェクト ID

マイルストーンに関連付けられているプロジェクトの一意の識別子。

SQL 名

project_id

データ タイプ

文字列

外部キー

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

ステータス

マイルストーンのステータス。

SQL 名

status

データ タイプ

文字列

サンプル値

  • not_started

  • in_progress

  • 完了

目標期日タイプ

マイルストーンの目標期日の信頼度。

SQL 名

target_date_type

データ タイプ

文字列

サンプル値

  • 四半期

目標期日

マイルストーンの予定完了期限の日時 (UTC タイム ゾーン)。

SQL 名

targeted_at

データ タイプ

日時

タイトル

マイルストーンのタイトル。

SQL 名

title

データ タイプ

文字列

作成日時

マイルストーンが最後に更新された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

Project tag

The atlassian_home_project_tagtable contains information about tags for projects.

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

説明

The description of the project tag.

SQL 名

description

データ タイプ

文字列

名前

The name of the project tag.

SQL 名

name

データ タイプ

文字列

所有者

The unique identifier of the person who owns the project tag.

SQL 名

owned_by

データ タイプ

文字列

外部キー

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

Tag ID

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

SQL 名

tag_id

データ タイプ

文字列

作成日時

The date and time (UTC time zone) when this tag was last updated

SQL 名

updated_at

データ タイプ

日時

更新者:

The unique identifier of the person who updated the tag.

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

Project tag mapping

The atlassian_home_project_tag_mapping holds associations between projects and tags.

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

プロジェクト ID

The unique identifier for the project that the tag is associated with.

SQL 名

project_id

データ タイプ

文字列

外部キー

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

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

A workspace identifier for the project associated with the tag.

SQL 名

project_workspace_id

データ タイプ

文字列

Relationship ID

Unique identifier for this mapping/relationship.

SQL 名

relationship_id

データ タイプ

文字列

 

Sequence number

Sequence number of the last update to the relationship.

SQL 名

sequence_number

データ タイプ

数値

Tag ID

The unique identifier of the project tag.

SQL 名

tag_id

データ タイプ

文字列

外部キー

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

作成日時

The date and time (UTC time zone) when the relationship between the project and tag was last updated.

SQL 名

updated_at

データ タイプ

日時

プロジェクト更新

atlassian_home_project_update テーブルには、Atlassian プロジェクトの更新に関する情報が含まれています。

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

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

SQL 名

created_by

データ タイプ

文字列

外部キー

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

アップデートの見逃し

アップデートを見逃したかどうかを示します。

SQL 名

is_missed_update

データ タイプ

ブーリアン

新規フェーズ

更新後のプロジェクトの状態。

SQL 名

new_phase

データ タイプ

文字列

サンプル値

  • ペンディング

  • 進捗中

  • 一時停止

新しいステータス

更新後のプロジェクトのステータス。

SQL 名

new_status

データ タイプ

文字列

サンプル値

  • off-track

  • on-track

  • 完了

新規目標期日タイプ

The type of target date for the update.

SQL 名

new_target_date_type

データ タイプ

文字列

サンプル値

  • 四半期

新規目標期日

更新後のプロジェクト目標期日の日付 (UTC タイム ゾーン)。

SQL 名

new_targeted_at

データ タイプ

日時

新規目標期日信頼度

更新後の目標期日の信頼度。

SQL 名

new_targeted_confidence

データ タイプ

数値

旧フェーズ

更新前のプロジェクトの状態。

SQL 名

old_phase

データ タイプ

文字列

サンプル値

  • ペンディング

  • 進捗中

  • 一時停止

旧ステータス

更新前のプロジェクトのステータス。

SQL 名

old_status

データ タイプ

文字列

サンプル値

  • off-track

  • on-track

  • 完了

Old target date type

The type of target date for the update.

SQL 名

old_target_date_type

データ タイプ

文字列

サンプル値

  • 四半期

旧目標期日

更新前のプロジェクト目標期日の日付 (UTC タイム ゾーン)。

SQL 名

old_targeted_at

データ タイプ

日時

旧目標期日信頼度

更新前の目標期日の信頼度。

SQL 名

old_targeted_confidence

データ タイプ

文字列

プロジェクト ID

更新に関連付けられているプロジェクトの一意の識別子。

SQL 名

project_id

データ タイプ

文字列

外部キー

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

プロジェクト更新 ID

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

SQL 名

project_update_id

データ タイプ

文字列

要約

更新の要約。

SQL 名

summary

データ タイプ

文字列

作成日時

更新が最後に編集された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

更新者:

更新を最後に編集したユーザーの一意の識別子。

SQL 名

updated_by

データ タイプ

文字列

外部キー

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

プロジェクト更新ノート

atlassian_home_project_update_note テーブルには、プロジェクトの更新に添付されたノートに関する情報が含まれています。

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

作成時刻

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

SQL 名

created_at

データ タイプ

日時

作成元

ノートを作成したユーザーの一意の識別子。

SQL 名

created_by

データ タイプ

文字列

外部キー

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

アーカイブ済み

更新ノートに関連付けられているプロジェクトがアーカイブ済みかどうかを示します。

SQL 名

is_archived

データ タイプ

ブーリアン

プロジェクト更新 ID

ノートに関連付けられているプロジェクト更新の一意の識別子。

SQL 名

project_update_id

データ タイプ

文字列

外部キー

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

要約

更新ノートのテキスト。

SQL 名

summary

データ タイプ

文字列

役職 *

更新ノートの名前。

SQL 名

title

データ タイプ

文字列

更新ノート ID

更新ノートの一意の識別子。これをノート データの主キーとして使用します。

SQL 名

project_update_note_id

データ タイプ

文字列

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

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

Atlassian プロジェクト Jira 作業項目マッピング

atlassian_home_project_jira_issue_mapping テーブルには、Atlassian プロジェクトと Jira 作業項目間の関連が保持されます。

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

Jira ワークスペース ID

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

SQL 名

jira_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 プロジェクトと Jira 作業項目間の関連が最後に更新された日時 (UTC タイム ゾーン)。

SQL 名

updated_at

データ タイプ

日時

作業項目 ID

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

SQL 名

issue_id

データ タイプ

文字列

外部キー

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

 

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

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