Workday connector field reference
To successfully sync your data with the Teamwork Graph for use in Talent, you must format your Workday reports according to the specifications in the Workday connector setup guide.
This reference details the fields that are required and optional for use in the organizations, positions, and workers Workday reports.
Organization fields
The organizations report defines reporting and managerial hierarchy.
Required organization fields
Workday connector field | Type | Description |
|---|---|---|
createdAt | ISO 8601 timestamp | Example: |
isActive | Number |
|
managerPosition | String | Required when the Not required when the |
organizationId | String | Must be unique per dataset |
organizationName | String | Name of the organization, department, or team |
superiorOrganizationId | String | Required for all except the top-most organization to indicate org hierarchy Must match an existing |
Optional organization fields
Workday connector field | Type | Description |
|---|---|---|
inactiveDate | ISO 8601 date | Example:
|
lastUpdated | ISO 8601 timestamp | Example: Timestamp of last update |
Position fields
The positions report defines roles within your organization and their staffing status.
Required position fields
Workday connector field | Type | Description |
|---|---|---|
createdAt | ISO 8601 timestamp | Example: |
isFilled | Number |
|
positionId | String | Unique identifier |
supervisoryOrganizationId | String | Must match an existing |
workerId | String | Required when Must match an existing |
Optional position fields
The externalPositionKey field is recommended to provide human-readable titles for positions, ensuring clear position context in Talent.
Workday connector field | Type | Description |
|---|---|---|
businessTitle | String | Recommended to ensure displayed position names provide relevant context Human-readable position title shown in Talent |
country | String | Country where the position is located |
employmentType | Enum | Values: |
externalPositionKey | String | Optional human-readable identifier, displayed and searchable in Talent |
jobFamily | String | Internal job family classification |
level | String | Job level or grade |
lastUpdated | ISO 8601 timestamp | Example: Timestamp of last update |
positionClosedDate | ISO 8601 date | Example:
|
positionDescription | String | Longer description or summary of the role |
staffingStatus | String | Values: Closed positions are not processed into Talent |
timezone | String | Local timezone for the position |
Worker fields
The workers report contains information about people in your organization.
Required worker fields
Workday connector field | Type | Description |
|---|---|---|
createdAt | ISO 8601 timestamp | Example: |
isActive | Number |
|
employeeName | String | Worker full name |
workerId | String | Must be unique |
Optional worker fields
The employeeEmailAddresses field is recommended to ensure data connects across the Atlassian Teamwork Graph, providing value in Talent and other apps.
Workday connector field | Type | Description |
|---|---|---|
country | String | Country of residence |
employeeEmailAddresses | String | Highly recommended to unlock features in Talent. An email address connects a worker to the Atlassian Teamwork Graph. Must be a valid email address, and unique across the dataset |
hireDate | ISO 8601 date | Example: |
jobFamily | String | Internal job family classification |
lastUpdated | ISO 8601 timestamp | Example: Timestamp of last update |
level | String | Job level or grade |
localTimeZone | String | Local timezone for the worker |
terminationDate | ISO 8601 date | Example:
|
title | String | Worker professional title |
workerUrl | String | Should contain a URL value |
Was this helpful?