Field: TicketId

Description

TicketID is the internal number/unique ID of the issue in the defect tracker. For example in JIRA you have the key which is Test-1234, and the link to this issue may end with:

/EditIssue!default.jspa?id=26508

The number "26508" would be the TicketID within Enterprise Tester.

Because Enterprise Tester supports integrating with types of defect tracker, some using unique keys, others using a combination of identifier and project, this value may or may not be used within your particular environment.

It is expected most TQL end users will want to search against the field TicketKey instead.

Examples

Find all incidents with the Ticket ID equal to 26508:

TicketID = 26508

Supported Operators

=, ~, !~, !=, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • Incident

Supported Features

FeatureSupported?
AggregationNo
SortableYes
Sub-selectsNo

  • No labels