Skip to main content

The Ticket Data Model

The Ticket data model is a record that documents the interactions and progress made on a single or group of findings. It extends the Entity Model data model.

The following table details the default attributes of the Ticket data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1buidTextN/ANo
2assignedReference (User)BELONGS_TONo
3externalUidsTextN/ANo
4delegatesReference (User)DELEGATED_TONo
5findingsReference (Finding)HASNo
6previousFindingsReference (Finding)PREVIOUS_HASNo
7attachmentsAttachmentsN/ANo
8statusStatusN/ANo
9sourceFirstFoundDate TimeN/ANo
10sourceLastFoundDate TimeN/ANo
11recommendationTextN/ANo
12statusCategoryCalculated (Single Choice)N/ANo
13riskScoreCalculated (Number)N/ANo
14riskRatingCalculated (Single Choice)N/ANo
15sprintReference (Sprint Model)BELONGS_TONo
16slaDefinitionNameTextN/ANo
17progressNumberN/ANo
18dateClosedCalculated (Date Time)N/ANo
19slaCalculated (Number)N/ANo
20slaLevelCalculated (Text)N/ANo
21dueDateCalculated (Date Time)N/ANo
22complianceStatusCalculated (Single Choice)N/ANo
23ageInDaysCalculated (Number)N/ANo
24riskScoringModelRisk Scoring ModelN/ANo
25slaDefinitionSLAN/ANo
26uidTextN/AYes
27dataModelNameCalculated (Text)N/ANo
28sourceUidsText (Multivalued)N/ANo
29connectorCategoriesText (Multivalued)N/ANo
30connectorNamesText (Multivalued)N/ANo
31dataIntegrationTitlesText (Multivalued)N/ANo
32sourcesIconsSource data models iconsN/ANo
33nameTextN/ANo
34displayNameTextN/AYes
35summaryTextN/ANo
36descriptionTextN/ANo
37categoriesText (Multivalued)N/ANo
38flowStateTextN/ANo
39sourcesReference (Base model)SOURCED_FROMNo
40dateCreatedDate TimeN/ANo
41lastUpdatedDate TimeN/ANo
42createdByTextN/ANo
43updatedByTextN/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.