Skip to content

Generate unique ticket ID for each ticket #34

Description

@Ericthilen

Implement a unique and human-readable ticket ID that is automatically generated when a new ticket is created.
The ID should be stored in the database and returned in API responses.
It must be possible to search for tickets using this ID.

[Requirements]

  • Generate ID when creating a ticket
  • ID must be unique
  • Store ID in Ticket entity
  • Include ID in TicketResponseDTO
  • ID should be human-friendly (not just database ID)

[Example format]

  • TICKET-1001

[Acceptance Criteria]

  • Ticket ID is generated automatically
  • Ticket ID is unique
  • Ticket ID is stored in database
  • Ticket ID is returned in API response
  • No duplicate IDs exist

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions