Bitbucket Data Center API Client
    Preparing search index...

    Interface PullRequestTaskAnchor

    The comment anchor to which a legacy task was attached.

    Tasks are blocker comments since Bitbucket 7.2 and are no longer anchored to a separate comment. Kept for backwards compatibility.

    interface PullRequestTaskAnchor {
        id: number;
        type: { id: "COMMENT" };
    }
    Index

    Properties

    Properties

    id: number
    type: { id: "COMMENT" }