Skip to main content

Module id

Module id 

Source
Expand description

Stable, human-friendly ID formatting.

Ticket IDs look like T-23, comment IDs like c-7. IDs are allocated from monotonic counters stored in the board / ticket, so they are deterministic and never reused within a board.

Functionsยง

comment_id
Format a comment ID from its numeric counter, e.g. c-7.
slug
Turn a human name into a stable kebab-case slug used for list IDs.
ticket_id
Format a ticket ID from its numeric counter, e.g. T-23.