Data share schema for Goals and Projects
Data shares aren’t available in the Atlassian Government environment.
Goal
The atlassian_home_goal table lists all your goals from the Goals app.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the goal was created.
SQL name |
|
|---|---|
Data type | Datetime |
Description
The description of the goal.
SQL name |
|
|---|---|
Data type | String |
Goal ID
The unique identifier of the goal.
SQL name |
|
|---|---|
Data type | String |
Is archived
Indicates whether or not the goal is archived.
SQL name |
|
|---|---|
Data type | Boolean |
Is private
Indicated whether or not the goal is private.
SQL name |
|
|---|---|
Data type | Boolean |
Key
The key of the goal.
SQL name |
|
|---|---|
Data type | String |
Example value | TITAN-123456 |
Name
The name of the goal.
SQL name |
|
|---|---|
Data type | String |
Owner ID
The unique identifier of the owner of the goal.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Parent goal ID
The unique identifier of the parent goal. If this column is not null, then the goal is a sub-goal.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Phase
The current phase of the goal.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Started at
The date and time (UTC time zone) when the goal started.
SQL name |
|
|---|---|
Data type | Datetime |
Status
The current status of the goal.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Target date type
The type of target date for the goal.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Targeted at
The target date of the goal.
SQL name |
|
|---|---|
Data type | Datetime |
Teams
The teams related to the goal.
SQL name |
|
|---|---|
Data type | String |
Type ID
The unique identifier for the type of goal.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Watchers
The people watching the goal.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to records in the |
Goal comment
The atlassian_home_goal_comment table lists all the comments made to goals.
The table uses the following columns:
Body
The text of the comment.
SQL name |
|
|---|---|
Data type | String |
Comment ID
The unique identifier of the comment of the goal. Use this as the primary key for goal comment data.
SQL name |
|
|---|---|
Data type | String |
Created at
The date and time (UTC time zone) when the comment on the goal was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the comment on the goal.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal ID
The unique identifier of the goal associated with the comment.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Updated at
The date and time (UTC time zone) when the comment was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Goal custom field allowed value
The atlassian_home_custom_field_allowed_value table contains allowed values of custom fields for goals.
The table uses the following columns:
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 name |
|
|---|---|
Data type | String |
Created at
The date and time (UTC time zone) when the allowed value was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the allowed value.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Custom field definition ID
The unique identifier of the custom field definition associated with the allowed value.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Sort order
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 name |
|
|---|---|
Data type | Integer |
Updated at
The date and time (UTC time zone) when the allowed value was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Value
The value of the allowed option.
SQL name |
|
|---|---|
Data type | String |
Goal custom field definition
The atlassian_home_custom_field_definition table contains custom field definition data for goals.
The table uses the following columns:
Can set multiple values
Indicates whether or not the custom field can have multiple values set.
SQL name |
|
|---|---|
Data type | Boolean |
Created at
The date and time (UTC time zone) when the custom field was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the custom field.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Custom field definition ID
The unique identifier of the custom field definition. Use this as the primary key for custom field definitions.
SQL name |
|
|---|---|
Data type | String |
Data type
The data type of the custom field definition.
SQL name |
|
|---|---|
Data type | String |
Deleted at
The date and time (UTC time zone) when the custom field was deleted.
SQL name |
|
|---|---|
Data type | Datetime |
Description
The description of the custom field definition.
SQL name |
|
|---|---|
Data type | String |
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 name |
|
|---|---|
Data type | Boolean |
Is enabled for goals
Indicates whether or not the goal type is enabled in Goals.
SQL name |
|
|---|---|
Data type | Boolean |
Is enabled for projects
Indicates whether or not the goal type is enabled in Projects.
SQL name |
|
|---|---|
Data type | Boolean |
Name
The name of the custom field definition.
SQL name |
|
|---|---|
Data type | String |
Token
The custom field’s randomly generated token.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when this custom field definition was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Goal custom field saved value
The atlassian_home_custom_field_saved_value table contains saved value data of custom fields for goals.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the custom field saved value was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the custom field.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Custom field definition ID
The unique identifier of the custom field definition.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
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 name |
|
|---|---|
Data type | String |
Goal ID
The unique identifier of the goal that the saved value is associated with.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Updated at
The date and time (UTC time zone) when the saved value of the custom field was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Value
The value of the custom field.
SQL name |
|
|---|---|
Data type | String |
Goal metric
Metrics allow you to track and evaluate goal progress in a more structured and digestible format.
Created at
The date and time (UTC time zone) when the metric was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the metric.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Is archived
Indicates whether or not the metric is archived.
SQL name |
|
|---|---|
Data type | Boolean |
Metric ID
The unique identifier of the metric.
SQL name |
|
|---|---|
Data type | String |
Name
The name of the metric.
SQL name |
|
|---|---|
Data type | String |
Sub type
The custom sub type of the metric.
SQL name |
|
|---|---|
Data type | String |
Type
The type of the metric.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when the metric was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Goal metric saved value
The atlassian_home_goal_metric_saved_value table contains saved value data of goal metrics.
Created at
The date and time (UTC time zone) when the metric value was created.
SQL name |
|
|---|---|
Data type | Datetime |
Inserted at
The date and time (UTC time zone) when the value was inserted.
SQL name |
|
|---|---|
Data type | Datetime |
Insertion context
The context in which this metric value was created.
SQL name |
|
|---|---|
Data type | String |
Metric ID
The unique identifier for the metric the value is associated with.
SQL name |
|
|---|---|
Data type | String |
Metric saved value ID
The unique identifier for the saved value.
SQL name |
|
|---|---|
Data type | String |
Metric value
The value of the metric.
SQL name |
|
|---|---|
Data type | Number |
Updated at
The date and time (UTC time zone) when the metric value was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Goal metric target
The atlassian_home_goal_metric_target table contains target values for metrics.
Created at
The date and time (UTC time zone) when the metric value was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the metric.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal ID
The unique identifier of the goal that the saved value is associated with.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Metric ID
The unique identifier for the metric the value is associated with.
SQL name |
|
|---|---|
Data type | String |
Metric target ID
The unique identifier for the target.
SQL name |
|
|---|---|
Data type | String |
Snapshot value ID
The current value of the metric.
SQL name |
|
|---|---|
Data type | String |
Start value
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 name |
|
|---|---|
Data type | Number |
Target 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 name |
|
|---|---|
Data type | Number |
Updated at
The date and time (UTC time zone) when the metric value was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Goal tag
The atlassian_home_goal_tag contains information about tags for goals.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the tag was created.
SQL name |
|
|---|---|
Data type | Datetime |
Description
The description of the goal tag.
SQL name |
|
|---|---|
Data type | String |
Name
The name of the goal tag.
SQL name |
|
|---|---|
Data type | String |
Owned by
The unique identifier of the person who owns the goal tag.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Tag ID
The unique identifier of the tag. Use this as the primary key for goal tag data.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when the tag was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Updated by
The unique identifier of the person who updated the tag.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal tag mapping
The atlassian_home_goal_tag_mapping holds associations between goals and tags.
The table uses the following columns:
Goal ID
The unique identifier for the goal that the tag is associated with.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal workspace ID
A workspace identifier for the goal associated with the tag.
SQL name |
|
|---|---|
Data type | String |
Relationship ID
Unique identifier for this mapping/relationship.
SQL name |
|
|---|---|
Data type | String |
Sequence number
Sequence number of the last update to the relationship.
SQL name |
|
|---|---|
Data type | Number |
Tag ID
The unique identifier of the goal tag.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Updated at
The date and time (UTC time zone) when the relationship between the goal and the tag was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Goal type
The atlassian_home_goal_type table lists all the goal types.
The table uses the following columns:
Is enabled
Indicates whether or not the goal type is enabled.
SQL name |
|
|---|---|
Data type | Boolean |
Name
The name of the goal type.
SQL name |
|
|---|---|
Data type | String |
Type ID
The unique identifier of the goal type. Use this as the primary key for goal type data.
SQL name |
|
|---|---|
Data type | String |
Goal update
The atlassian_home_goal_update table lists the updates made to each goal.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the goal update was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the goal update.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal ID
The unique identifier of the goal associated with the update.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal update ID
The unique identifier of the goal update. Use this as the primary key for goal update data.
SQL name |
|
|---|---|
Data type | String |
Is missed update
Indicates whether or not the update was missed.
SQL name |
|
|---|---|
Data type | Boolean |
New phase
The goal’s phase after the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
New score
The goal’s score after the update.
SQL name |
|
|---|---|
Data type | Number |
New status
The goal’s status after the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
New target date at
The goal’s target date after the update.
SQL name |
|
|---|---|
Data type | Datetime |
New targeted confidence
The goal’s target date confidence after the update.
SQL name |
|
|---|---|
Data type | Number |
Old phase
The goal’s phase before the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Old score
The goal’s score before the update.
SQL name |
|
|---|---|
Data type | Number |
Old status
The goal’s status after the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Old target date type
The type of target date for the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Old target date at
The goal’s target date before the update.
SQL name |
|
|---|---|
Data type | Datetime |
Old targeted confidence
The goal’s target date confidence before the update.
SQL name |
|
|---|---|
Data type | Number |
Summary*
The summary of the update.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when the goal update was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Updated by
The unique identifier of the person who last updated the goal update.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal update note
The atlassian_home_goal_update_note table lists the notes attached to goal updates.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the update note was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the update note.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal update ID
The unique identifier of the goal update that the note is associated with.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Is archived
Indicates whether or not the goal is archived.
SQL name |
|
|---|---|
Data type | Boolean |
Summary
The summary of the update note.
SQL name |
|
|---|---|
Data type | String |
Title
The name of the update note.
SQL name |
|
|---|---|
Data type | String |
Update note ID
The unique identifier of the update note. Use this as the primary key for update note data.
SQL name |
|
|---|---|
Data type | String |
Tables for relationships across apps
These tables help to connect data from this schema to data from other app schemas in the Atlassian Data Lake. You can query these tables if at least one of the apps is included in the Data Lake connection. However, if both apps aren’t included, the relevant tables won’t have data.
Goal Jira work item mapping
The atlassian_home_goal_jira_issue_mapping table holds associations between goals from the Goals app and Jira work items.
The table uses the following columns:
Goal ID
The unique identifier of a goal.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Goal workspace ID
An Atlassian identifier that maps to the Goals instance that the goal belongs to.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Jira workspace ID
An Atlassian identifier that maps to the Jira instance that the work item belongs to.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Relationship ID
Unique identifier for this mapping/relationship.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when the association between the goal and the Jira work item was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Work item ID
The unique identifier of a work item.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Project
The atlassian_home_project table holds the latest information about Atlassian projects. Read more about Projects.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the project was created.
SQL name |
|
|---|---|
Data type | Datetime |
Goals
The goals to which this project contributes.
SQL name |
|
|---|---|
Data type | String |
Is archived
Indicates whether or not the project is archived.
SQL name |
|
|---|---|
Data type | Boolean |
Is private
Whether the project is private.
SQL name |
|
|---|---|
Data type | Boolean |
Key
The key of the project.
SQL name |
|
|---|---|
Data type | String |
Example value | GLOBE-1234 |
Members
The people who are contributors to the project.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to records in the |
Name
The name of the project.
SQL name |
|
|---|---|
Data type | String |
Owner ID
The unique identifier of the owner of the project.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Phase
The state of the project.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Project ID
The unique identifier of the project. Use this as the primary key for project data.
SQL name |
|
|---|---|
Data type | String |
Started at
The date and time (UTC time zone) when the project started.
SQL name |
|
|---|---|
Data type | Datetime |
Status
The status of the project.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Target date type
The confidence of the target date.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Targeted at
The date and time (UTC time zone) of the project’s target date.
SQL name |
|
|---|---|
Data type | Datetime |
The measurement
Describes how the success of the project will be measured. It corresponds to the “What will success look like?” field in the “About” tab of the project.
SQL name |
|
|---|---|
Data type | String |
The what
Describes what’s being done in the project. It corresponds to the “What are we doing” field in the “About” tab of the project.
SQL name |
|
|---|---|
Data type | String |
The why
Describes why the project exists. It corresponds to the “Why are we doing it?” field in the “About” tab of the project.
SQL name |
|
|---|---|
Data type | String |
Watchers
The people watching the project.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to records in the |
Project custom field definition
The atlassian_home_project_custom_field_definition table contains custom field definition data for projects.
The table uses the following columns:
Can set multiple values
Indicates whether or not the custom field can have multiple values set.
SQL name |
|
|---|---|
Data type | Boolean |
Created at
The date and time (UTC time zone) when the custom field was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the custom field.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Custom field definition ID
The unique identifier of the custom field definition. Use this as the primary key for custom field definitions.
SQL name |
|
|---|---|
Data type | String |
Data type
The data type of the custom field definition.
SQL name |
|
|---|---|
Data type | String |
Deleted at
The date and time (UTC time zone) when the custom field was deleted.
SQL name |
|
|---|---|
Data type | Datetime |
Description
The description of the custom field definition.
SQL name |
|
|---|---|
Data type | String |
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 name |
|
|---|---|
Data type | Boolean |
Is enabled for goals
Indicates whether or not the goal type is enabled in Goals.
SQL name |
|
|---|---|
Data type | Boolean |
Is enabled for projects
Indicates whether or not the goal type is enabled in Projects.
SQL name |
|
|---|---|
Data type | Boolean |
Name
The name of the custom field definition.
SQL name |
|
|---|---|
Data type | String |
Token
The custom field’s randomly generated token.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when this custom field definition was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Project custom field saved value
The atlassian_home_project_custom_field_saved_value table contains saved value data of custom fields for projects.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the custom field saved value was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the custom field.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Custom field definition ID
The unique identifier of the custom field definition.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
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 name |
|
|---|---|
Data type | String |
Project ID
The unique identifier of the project that the saved value is associated with.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Sort order
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 name |
|
|---|---|
Data type | Integer |
Updated at
The date and time (UTC time zone) when the saved value of the custom field was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Value
The value of the custom field.
SQL name |
|
|---|---|
Data type | String |
Project milestone
The atlassian_home_project_milestone table contains the latest information on the specific milestones of an Atlassian project.
The table uses the following columns:
Completed at
The date and time (UTC time zone) when the milestone was completed.
SQL name |
|
|---|---|
Data type | Datetime |
Completed in project update ID
The unique identifier of the project update in which the milestone was completed.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Created at
The date and time (UTC time zone) when the milestone was created.
SQL name |
|
|---|---|
Data type | Datetime |
Milestone ID
The unique identifier of the milestone. Use this as the primary key for project milestone data.
SQL name |
|
|---|---|
Data type | String |
Project ID
The unique identifier of the project associated with the milestone.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Status
The status of the milestone.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Target date type
The confidence of the target date of the milestone.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Targeted at
The date and time (UTC time zone) that the milestone is targeted to be completed.
SQL name |
|
|---|---|
Data type | Datetime |
Title
The title of the milestone.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when the milestone was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Project tag
The atlassian_home_project_tagtable contains information about tags for projects.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the tag was created.
SQL name |
|
|---|---|
Data type | Datetime |
Description
The description of the project tag.
SQL name |
|
|---|---|
Data type | String |
Name
The name of the project tag.
SQL name |
|
|---|---|
Data type | String |
Owned by
The unique identifier of the person who owns the project tag.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Tag ID
The unique identifier of the project tag. Use this as the primary key for project tag data.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when this tag was last updated
SQL name |
|
|---|---|
Data type | Datetime |
Updated by
The unique identifier of the person who updated the tag.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Project tag mapping
The atlassian_home_project_tag_mapping holds associations between projects and tags.
The table uses the following columns:
Project ID
The unique identifier for the project that the tag is associated with.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Project workspace ID
A workspace identifier for the project associated with the tag.
SQL name |
|
|---|---|
Data type | String |
Relationship ID
Unique identifier for this mapping/relationship.
SQL name |
|
|---|---|
Data type | String |
Sequence number
Sequence number of the last update to the relationship.
SQL name |
|
|---|---|
Data type | Number |
Tag ID
The unique identifier of the project tag.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Updated at
The date and time (UTC time zone) when the relationship between the project and tag was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Project update
The atlassian_home_project_update table contains information about updates to Atlassian projects.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the updated was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the update.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Is missed update
Indicates whether or not the update was missed.
SQL name |
|
|---|---|
Data type | Boolean |
New phase
The state of the project after the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
New status
The status of the project after the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
New target date type
The type of target date for the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
New targeted at
The date and time (UTC time zone) of the target date of the project after the update.
SQL name |
|
|---|---|
Data type | Datetime |
New targeted confidence
The confidence of the target date after the update.
SQL name |
|
|---|---|
Data type | Number |
Old phase
The state of the project before the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Old status
The status of the project before the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Old target date type
The type of target date for the update.
SQL name |
|
|---|---|
Data type | String |
Example values |
|
Old targeted at
The date and time (UTC time zone) of the target date of the project before the update.
SQL name |
|
|---|---|
Data type | Datetime |
Old targeted confidence
The confidence of the target date before the update.
SQL name |
|
|---|---|
Data type | String |
Project ID
The unique identifier of the project associated with the update.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Project update ID
The unique identifier of the project update. Use this as the primary key for project update data.
SQL name |
|
|---|---|
Data type | String |
Summary
The summary of the update.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when the update was last edited.
SQL name |
|
|---|---|
Data type | Datetime |
Updated by
The unique identifier of the person who last edited the update.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Project update note
The atlassian_home_project_update_note table contains information about notes attached to project updates.
The table uses the following columns:
Created at
The date and time (UTC time zone) when the note was created.
SQL name |
|
|---|---|
Data type | Datetime |
Created by
The unique identifier of the person who created the note.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Is archived
Indicates whether or not the project associated with the update note is archived.
SQL name |
|
|---|---|
Data type | Boolean |
Project update ID
The unique identifier of the project update associated with the note.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Summary
The text of the update note.
SQL name |
|
|---|---|
Data type | String |
Title*
The name of the update note.
SQL name |
|
|---|---|
Data type | String |
Update note ID
The unique identifier of the update note. Use this as the primary key for update note data.
SQL name |
|
|---|---|
Data type | String |
Tables for relationships across apps
These tables help to connect data from this schema to data from other app schemas in the Atlassian Data Lake. You can query these tables if at least one of the apps is included in the Data Lake connection. However, if both apps aren’t included, the relevant tables won’t have data.
Atlassian project Jira work item mapping
The atlassian_home_project_jira_issue_mapping table holds associations between Atlassian projects and Jira work items.
The table uses the following columns:
Jira workspace ID
An Atlassian identifier that maps to the Jira instance that the work item belongs to.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Project ID
The unique identifier of an Atlassian project.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Project workspace ID
An Atlassian identifier that maps to the Atlassian Projects instance that the project belongs to.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Relationship ID
Unique identifier for this mapping/relationship.
SQL name |
|
|---|---|
Data type | String |
Updated at
The date and time (UTC time zone) when the association between the Atlassian project and the Jira work item was last updated.
SQL name |
|
|---|---|
Data type | Datetime |
Work item ID
The unique identifier of a work item.
SQL name |
|
|---|---|
Data type | String |
Foreign key | Links to a record in the |
Was this helpful?