Skip to main content

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:

Attribute NameAttribute TypeRelationship TypeRequired
ageInDaysNumberN/ANo
assignedReference (User)BELONGS_TONo
attachmentsAttachmentsN/ANo
baseRiskScoreNumberN/ANo
buidTextN/ANo
categoriesText (Multivalued)N/ANo
commentsCommentsN/ANo
complianceStatusSingle ChoiceN/ANo
connectorCategoriesText (Multivalued)N/ANo
connectorNamesText (Multivalued)N/ANo
createdByTextN/ANo
dataIntegrationTitlesText (Multivalued)N/ANo
dataModelNameCalculated (Text)N/ANo
dateClosedDate TimeN/ANo
dateCreatedDate TimeN/ANo
delegatesReference (User)DELEGATED_TONo
descriptionTextN/ANo
displayNameTextN/AYes
dueDateDate TimeN/ANo
externalUidsTextN/ANo
findingsReference (Finding)HASNo
flowStateTextN/ANo
lastUpdatedDate TimeN/ANo
nameTextN/ANo
previousFindingsReference (Finding)PREVIOUS_HASNo
progressNumberN/ANo
recommendationTextN/ANo
remediationCampaignsReference (Remediation campaign)HASNo
riskFactorOffsetNumberN/ANo
riskRatingSingle ChoiceN/ANo
riskScoreNumberN/ANo
riskScoringModelRisk Scoring ModelN/ANo
slaNumberN/ANo
slaDefinitionSLAN/ANo
slaDefinitionNameTextN/ANo
slaLevelTextN/ANo
sourceFirstFoundDate TimeN/ANo
sourceLastFoundDate TimeN/ANo
sourcesReference (Base model)SOURCED_FROMNo
sourcesIconsSource data models iconsN/ANo
sourceUidsText (Multivalued)N/ANo
sprintReference (Sprint Model)BELONGS_TONo
statusStatusN/ANo
statusCategorySingle ChoiceN/ANo
summaryTextN/ANo
uidTextN/AYes
updatedByTextN/ANo
FOOTNOTES
  • 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.