gatelineAPI reference
interface SurfaceOverlap {
    a: string;
    b: string;
    entries: { a: string; b: string }[];
    ordered: boolean;
}

Properties

Properties

a: string

The two work-item ids, in the order the set declares them.

b: string
entries: { a: string; b: string }[]

The surface entries that met, verbatim from each item.

ordered: boolean

A depends_on path connects them, in either direction — the overlap is ordered, so the two tasks never run at once. Reported, not hidden: the approver is entitled to see every overlap the record declares.