Jira
data class Jira(var projectKey: String, var serverUrl: String = "https://issues.atlassian.com") : TicketSystem
Represents a Jira project as the ticket system.
Parameters
projectKey
The key of the Jira project (e.g., "WINDS").
serverUrl
The URL of the Jira server (optional, defaults to Jira Cloud).