Skip to main content

Dynamic Code Ticket Data Model

The Dynamic Code Ticket data model represents a record that documents the interactions and progress made on a single or group of dynamic code findings. It extends the Ticket data model.

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

OrderAttribute NameAttribute TypeRelationship TypeRequired
1findingsReference (Dynamic code finding)HASNo
2previousFindingsReference (Dynamic code finding)PREVIOUS_HASNo
3riskFactorsRisk FactorsN/ANo
4buidTextN/ANo
5assignedReference (User)BELONGS_TONo
6externalUidsTextN/ANo
7delegatesReference (User)DELEGATED_TONo
8attachmentsAttachmentsN/ANo
9statusStatusN/ANo
10sourceFirstFoundDate TimeN/ANo
11sourceLastFoundDate TimeN/ANo
12recommendationTextN/ANo
13statusCategorySingle ChoiceN/ANo
14riskScoreNumberN/ANo
15riskRatingSingle ChoiceN/ANo
16sprintReference (Sprint model)BELONGS_TONo
17slaDefinitionNameTextN/ANo
18progressNumberN/ANo
19dateClosedDate TimeN/ANo
20slaNumberN/ANo
21slaLevelText (Multivalued)N/ANo
22dueDateDate TimeN/ANo
23complianceStatusSingle ChoiceN/ANo
24ageInDaysNumberN/ANo
25riskScoringModelRisk Scoring ModelN/ANo
26slaDefinitionSLAN/ANo
27uidTextN/AYes
28nameTextN/ANo
29displayNameTextN/AYes
30summaryTextN/ANo
31descriptionTextN/ANo
32dataModelNameCalculated (Text)N/ANo
33sourceUidsText (Multivalued)N/ANo
34connectorCategoriesText (Multivalued)N/ANo
35connectorNamesText (Multivalued)N/ANo
36dataIntegrationTitlesText (Multivalued)N/ANo
37sourcesIconsSource data models iconsN/ANo
38flowStateTextN/ANo
39sourcesReference (Base model)SOURCED_FROMNo
40dateCreatedDate TimeN/ANo
41lastUpdatedDate TimeN/ANo
42createdByTextN/ANo
43updatedByTextN/ANo
44categoriesText (Multivalued)N/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.