Bugzilla
data class Bugzilla(var product: String, var component: String = "", var serverUrl: String) : TicketSystem
Represents a Bugzilla product as the ticket system.
Parameters
product
The name of the Bugzilla product (e.g., "Winds").
component
The component within the product (optional).
serverUrl
The URL of the Bugzilla server.