Skip to content
/ .. / .. /
Record IDs Rule










Record IDs Rule

This rule checks that record IDs are sequential. There is usually a record ID in the project-specific ticket format. If not, the tickets will be automatically assigned record IDs in sequential order.

Syntax

1
2
check record ids are sequential;
check record ids are sequential if present;
Example If there are three tickets with the record IDs 1, 2, and 3, this check is successful.