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 Dec 9, 2025

Compass scorecard

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 scorecard in Compass that evaluates component health and best practices. Scorecards define criteria and metrics to assess software quality, security, and operational excellence across components.

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 Compass scorecard.

FieldTypeDescription
canDeactivateBoolean!Indicates whether the scorecard can be deactivated or disabled.
changeMetadataCompassChangeMetadata!Metadata about when and by whom the scorecard was created and last modified.
componentLabels[String!]Labels that categorize components to which this scorecard applies.
componentTiers[String!]The tiers (e.g., critical, high, medium, low) of components to which this scorecard applies.
componentTypeIds[ID!]!The unique identifiers (IDs) of component types to which this scorecard applies.
descriptionStringA detailed description of what the scorecard evaluates and its purpose.
idID!The unique identifier (ID) of the scorecard.
importanceCompassScorecardImportance!The importance level of the scorecard, indicating how it should be applied to components.
nameString!The display name of the scorecard.
ownerUserThe user object representing the owner or person responsible for this scorecard.
scoringStrategyTypeStringThe type of scoring strategy used to calculate the scorecard results.
stateStringThe current state or status of the scorecard (e.g., active, inactive).
statusConfigCompassScorecardStatusConfigConfiguration that defines the thresholds for different scorecard status levels.
typeString!The type or category of the scorecard.
urlURLThe URL to view the scorecard in Compass.
verifiedBooleanIndicates whether the scorecard has been verified or validated.

Fields for CompassChangeMetadata

FieldTypeDescription
createdAtDateTimeThe date and time when the resource was originally created.
createdByUserThe user object representing the person who created the resource.
lastUserModificationAtDateTimeThe date and time when the resource was last modified by a user.
lastUserModificationByUserThe user object representing the person who last modified the resource.

Fields for CompassScorecardStatusConfig

FieldTypeDescription
failingCompassScorecardStatusThreshold!The threshold configuration for components that are failing the scorecard criteria.
needsAttentionCompassScorecardStatusThreshold!The threshold configuration for components that need attention to meet scorecard criteria.
passingCompassScorecardStatusThreshold!The threshold configuration for components that are passing the scorecard criteria.

Fields for CompassScorecardStatusThreshold

FieldTypeDescription
lowerBoundInt!The lower boundary value for this threshold range (inclusive).
upperBoundInt!The upper boundary value for this threshold range (inclusive).

Fields for CompassScorecardStatusThreshold

FieldTypeDescription
lowerBoundInt!The lower boundary value for this threshold range (inclusive).
upperBoundInt!The upper boundary value for this threshold range (inclusive).

Fields for CompassScorecardStatusThreshold

FieldTypeDescription
lowerBoundInt!The lower boundary value for this threshold range (inclusive).
upperBoundInt!The upper boundary value for this threshold range (inclusive).

Values for CompassScorecardImportance

ValueDescription
RECOMMENDEDRecommended to the component's owner when they select a scorecard to apply to their component.
REQUIREDAutomatically applied to all components of the specified type or types and cannot be removed.
USER_DEFINEDCustom scorecard, focused on specific use cases within teams or departments.

Available relationships

The following relationships are currently supported for Compass scorecard:

Relationships where Compass scorecard is the source object.

Relationship nameFrom object typeTo object type
Compass scorecard has Atlassian goalCompass scorecardAtlassian goal

Rate this page: