nexus-agents - v2.80.0
    Preparing search index...

    Interface ScmIssueDetail

    Extended issue with association and state. Used by IScmReviewer.

    interface ScmIssueDetail {
        number: number;
        title: string;
        body: string;
        labels: readonly string[];
        author: string;
        createdAt: string;
        authorAssociation: string;
        state: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    number: number
    title: string
    body: string
    labels: readonly string[]
    author: string
    createdAt: string
    authorAssociation: string
    state: string
    url: string