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

    Interface UpdateSprint

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

    Properties

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

    The ID of the sprint to update.

    startDate?: string
    state?: string