Represents a Jira issue linked to a Bitbucket Data Center pull request.

interface BitbucketIssue {
    key: string;
    url: string;
}

Properties

Properties

key: string

The Jira issue key (e.g., 'ABC-123')

url: string

The URL to the issue in Jira