Jira.js - Jira Cloud API library
    Preparing search index...

    Interface Sprint

    interface Sprint {
        completeDate?: string;
        createdDate?: string;
        endDate?: string;
        goal?: string;
        id: number;
        name: string;
        originBoardId?: number;
        self?: string;
        startDate?: string;
        state: string;
    }
    Index

    Properties

    completeDate?: string
    createdDate?: string
    endDate?: string
    goal?: string
    id: number
    name: string
    originBoardId?: number
    self?: string
    startDate?: string
    state: string