Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Object types
Relationship types
Last updated Jan 8, 2026

Atlassian project

The Teamwork Graph API is available through Forge's Early Access Program (EAP).

EAPs are offered to selected users for testing and feedback purposes. These features are unsupported and are subject to change without notice.

You must only install apps that call the Teamwork Graph API in test organizations. Apps calling the Teamwork Graph API require the read:graph:jiraor read:graph:confluence scope, which provides access to Teamwork Graph data across your entire organization. While apps still respect end-user permissions, this scope may grant access to sensitive information. For safety, only install these apps in organizations with test data. Do not install apps using this API in organizations with production data while this feature is in EAP.

Additionally, this EAP has significant limitations. To review the full list of limitations, see Limitations and considerations.

You must be part of this EAP in order to use the Teamwork Graph API. Express interest in joining through this form.

Represents a project in Atlassian, grouping related work and team activities. Projects provide structure for organizing goals, updates, and team collaboration within Atlassian.

Available fields and properties

The Teamwork Graph API has the following fields and properties that you can use in your queries:

  • Object type fields are the core data fields of the object. Use these when you want to retrieve specific information about the object in your queries.
  • Cypher query properties are metadata properties used for filtering and traversing relationships between different object types in Teamwork Graph. Use Cypher query properties when you need to filter or navigate relationships between this object and other objects in your queries.

Object type fields

You can access these fields in the GraphiQL playground using the book icon in the top left, and then searching for Atlassian project.

FieldTypeDescription
archivedBooleanIndicates whether the project has been archived. Archived projects are no longer active but remain accessible for historical reference.
createdAtDateTimeThe date and time when the project was originally created in Atlassian.
descriptionMeasurementStringA description of how the project's success will be measured or evaluated.
descriptionWhatStringA description explaining what the project aims to accomplish or deliver.
descriptionWhyStringA description explaining the reasoning, motivation, or business case behind the project.
dueDateEndedAtDateTimeThe end of the range for the due date for when the project should end.
dueDateStartedAtDateTimeThe start of the range for the due date for when the project should end.
idID!ID in an ARI format. An Atlassian Resource Identifier (ARI) is a globally unique identifier used across Atlassian apps and services for the unique identification of content.
keyStringA unique short key or abbreviation for the project, typically used for quick identification and referencing.
lastUpdatedAtDateTimeThe date and time of the most recent update or modification to the project.
nameStringThe display name of the project, providing a human-readable identifier for the project.
ownerUserThe user object representing the owner or person responsible for this project.
privateProjectBooleanIndicates whether the project is private and has restricted visibility to certain team members.
startedAtDateTimeThe planned or actual start date for the project work to begin.
stateAtlassianProjectStateThe current status or state of the project (e.g., on track, at risk, done, etc.).
urlURLThe URL link to view the project in the Atlassian web interface.
watcherCountIntThe number of users currently watching or following this project for updates.
watchingBooleanIndicates whether the current user is watching or following this project.

Values for AtlassianProjectState

ValueDescription
ARCHIVEDThe project has been archived and is no longer active. Archived projects are preserved for historical reference but are not actively worked on.
AT_RISKThe project is facing significant challenges, blockers, or delays that put its success at risk. Requires attention and intervention.
CANCELLEDThe project has been permanently cancelled and will not be completed. Work has stopped and the project will not resume.
DONEThe project has been successfully completed and all objectives have been achieved. No further work is required.
OFF_TRACKThe project is experiencing delays, blockers, or other issues that have caused it to fall behind schedule or deviate from the planned course.
ON_TRACKThe project is progressing as planned with no significant blockers or risks. Work is proceeding according to schedule and expectations.
PAUSEDThe project has been temporarily paused or put on hold. Work has stopped but the project is expected to resume at a later time.
PENDINGThe project has not yet started or is waiting for prerequisites, approvals, or resources before work can begin.

Available relationships

The following relationships are currently supported for Atlassian project:

Relationships where Atlassian project is the source object.

Relationship nameFrom object typeTo object type
Atlassian project links Atlassian projectAtlassian projectAtlassian project
Atlassian user contributes to Atlassian projectAtlassian projectAtlassian user
Atlassian team
Atlassian project depends on Atlassian projectAtlassian projectAtlassian project
Atlassian project has Atlassian project updateAtlassian projectAtlassian project update
Atlassian project contributes to Atlassian goalAtlassian projectAtlassian goal
Atlassian user follows Atlassian projectAtlassian projectAtlassian user
Jira epic tracks Atlassian projectAtlassian projectJira work item
Atlassian user owns Atlassian projectAtlassian projectAtlassian user
Atlassian project has Atlassian home tagAtlassian projectAtlassian Home tag
Jira space links entityAtlassian projectJira work item
Confluence page
Confluence blog post
Compass component
Loom video
Jira work item tracks Atlassian projectAtlassian projectJira work item

Rate this page: