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.