Ticket ID Generator
Generates a fictional issue-tracker-style ticket ID example (prefix plus number) — for documentation, mockups or teaching examples, not tied to any real tracker or project.
What this generator does
Produces an issue reference in the project-key-and-number shape used by trackers like Jira. Handy when writing documentation, commit-message examples or test fixtures that need a reference that looks real.
How to use this tool
- Press generate for a ticket ID.
- Generate again for another one.
Worked examples
- Format
- PROJ-1482
Common use cases
- Documentation and mockup examples
- Teaching issue-tracking conventions
- Test data for project-management tools
How this generator works
An identifier is assembled in the project-key-plus-number shape trackers use, with the key drawn from letters and the number from a range. The two are separated by a hyphen because that is what the common trackers do, and an identifier that gets the separator wrong is one that a tool's autolinking will silently fail to recognise.
Limitations and good to know
- These are fictional identifiers for documentation and mock-ups. None of them corresponds to a ticket in any tracker.
- Keep one out of a commit message or a branch name that a bot will try to resolve: it will either fail, or worse, find an unrelated real ticket.
- The number is drawn rather than sequential, so two draws can collide and the value implies no ordering.
Related generators
- Git Branch Name GeneratorGenerate an example Git branch name in the common type/description format, like feature/add-login-form.
- Build Number GeneratorGenerate a fictional build-number example, like build-2026.09.01-a3f1.
- Nanoid-Style Test ID GeneratorA correctly-shaped, URL-safe 21-character test ID in the nanoid visual style.