Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketIssue

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

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

    Properties

    Properties

    key: string

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

    url: string

    The URL to the issue in Jira