Skip to main content

Sprint Model Data Model

The Sprint Model data model represents a short, time-boxed period for scheduling tickets. It extends the Entity Model data model.

The following table details the default attributes of the Sprint Model data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2sourcesReference (Entity model)SOURCED_FROMNo
44groupNameTextN/AYes
44nameTextN/AYes
7startedDateDate TimeN/ANo
7closedTimestampDate TimeN/ANo
8endedDateDate TimeN/ANo
10statusSingle ChoiceN/ANo
8baseRiskScoreCalculated (Number)N/ANo
3riskScoreCalculated (Number)N/ANo
9riskFactorOffsetCalculated (Number)N/ANo
4riskRatingCalculated (Single Choice)N/ANo
5complianceStatusCalculated (Single Choice)N/ANo
6numberOutOfComplianceCalculated (Number)N/ANo
33riskScoringModelRisk Scoring ModelN/ANo
35uidTextN/AYes
36dataModelNameCalculated (Text)N/ANo
37sourceUidsText (Multivalued)N/ANo
38connectorCategoriesText (Multivalued)N/ANo
39connectorNamesText (Multivalued)N/ANo
40dataIntegrationTitlesText (Multivalued)N/ANo
41sourcesIconsSource data models iconsN/ANo
43summaryTextN/ANo
44descriptionTextN/ANo
45categoriesText (Multivalued)N/ANo
46flowStateTextN/ANo
48dateCreatedDate TimeN/ANo
49lastUpdatedDate TimeN/ANo
50createdByTextN/ANo
51updatedByTextN/ANo
FOOTNOTES
  • The Order column specifies the order of attributes being calculated in data computation.
  • The attribute names are used in Brinqa Query Language (BQL) queries and Brinqa Condition Language (BCL) predicates.
  • In the Type column, Calculated means that the value of the attribute is computed by executing a script. The text in the parentheses after Calculated denotes the type of the outcome.
  • In the Type column, Reference means that two data models are related. The name in the parentheses after Reference indicates the other data model.
  • The Relationship Type column only applies to the Reference type attributes. You can use the relationship type keyword in BQL queries.