issue_tree
    Preparing search index...

    Interface ExtractedLink

    One link found in a body of text.

    interface ExtractedLink {
        direction: "outbound" | "inbound";
        kind: LinkKind;
        ref: IssueRef;
    }
    Index

    Properties

    Properties

    direction: "outbound" | "inbound"

    Whether this link points outward from the source issue or inward toward it, after inverse-spelling normalization.

    kind: LinkKind

    The taxonomy link kind matched (one of the 12 canonical kinds).

    ref: IssueRef

    The parsed issue reference the keyword pointed at.