@theredspace/spp-client
    Preparing search index...

    Interface IssueStage

    A phase in the issue-resolution workflow. Read-only.

    interface IssueStage {
        considered_closed: "0" | "1";
        created: DateContainer;
        id: string;
        name: string;
        notes?: string;
        position: number;
        updated: DateContainer;
    }
    Index

    Properties

    considered_closed: "0" | "1"
    created: DateContainer
    id: string
    name: string
    notes?: string
    position: number
    updated: DateContainer