Data share schema for organization data
Data for your user accounts are available in the Atlassian Data Lake. Merge this data with your app data to get richer insights into your app usage.
Table for account data
Atlassian account
The atlassian_account
table holds information for each Atlassian account in your organization.
The table contains the following columns:
Account ID
The unique identifier of the Atlassian account. Use this as the primary key for account data.
SQL name |
|
---|---|
Data type | String |
Account status
The status of the account.
SQL name |
|
---|---|
Data type | String |
Example values |
|
The email address of the account holder.
SQL name |
|
---|---|
Data type | String |
Is managed
Indicates if the account is managed by the account holder’s organization.
SQL name |
|
---|---|
Data type | Boolean |
Name
The name of the account holder.
SQL name |
|
---|---|
Data type | String |
Org ID
The unique identifier of the account holder’s organization.
SQL name |
|
---|---|
Data type | String |
Table for group data
Atlassian group
The atlassian_group
table lists the Atlassian groups within your organization.
Group ID
The unique identifier of the group. Use this as the primary key for the table.
SQL name |
|
---|---|
Data type | String |
Name
The name of the group.
SQL name |
|
---|---|
Data type | String |
Org ID
The unique identifier of the Atlassian organization that contains the group.
SQL name |
|
---|---|
Data type | String |
Tables for teams data
Team
The atlassian_team
table contains information about your Atlassian teams.
Description
The description of the team.
SQL name |
|
---|---|
Data type | String |
Is verified
Indicates whether or not the team is verified.
SQL name |
|
---|---|
Data type | Boolean |
Membership setting
The member setting of the team, which defines whether a team is open or invite-only.
SQL name |
|
---|---|
Data type | String |
Example values |
|
Name
The name of the team.
SQL name |
|
---|---|
Data type | String |
Organization ID
The unique identifier of the Atlassian organization that contains the team.
SQL name |
|
---|---|
Data type | String |
Scope mode
The scope mode of the team, which can be either organization or site-scoped.
SQL name |
|
---|---|
Data type | String |
Example values |
|
Status
The status of the team.
SQL name |
|
---|---|
Data type | String |
Example values |
|
Team ID
The unique identifier of the team. Use this as the primary key for team data.
SQL name |
|
---|---|
Data type | String |
Team member
The atlassian_team_member
table contains information about the Atlassian team members that belong to each team.
Account ID
The unique identifier of the Atlassian account of the team member.
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Organization ID
The unique identifier of the organization that the team member is part of.
SQL name |
|
---|---|
Data type | String |
Role
The role of the team member.
SQL name |
|
---|---|
Data type | String |
Example values |
|
Status
The status of the team member.
SQL name |
|
---|---|
Data type | String |
Example values |
|
Team ID
The unique identifier of the team that the team member belongs to.
SQL name |
|
---|---|
Data type | String |
Foreign key | Links to a record in the |
Team member ID
The unique identifier of the team member. Use this as the primary key for team member data.
SQL name |
|
---|---|
Data type | String |
Was this helpful?