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).

Constructors

Link copied to clipboard
constructor(projectKey: String, serverUrl: String = "https://issues.atlassian.com")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val system: String

The name of the ticket system.

Link copied to clipboard
open override val url: String

The URL of the ticket system for this publication.

Functions

Link copied to clipboard