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

    Interface GetSchedulingResponse

    interface GetSchedulingResponse {
        dependencies: string;
        endDate?: Version3Models.GetDateFieldResponse;
        estimation: string;
        inferredDates: string;
        startDate?: Version3Models.GetDateFieldResponse;
    }
    Index

    Properties

    dependencies: string

    The dependencies for the plan. This is "Sequential" or "Concurrent".

    estimation: string

    The estimation unit for the plan. This is "StoryPoints", "Days" or "Hours".

    inferredDates: string

    The inferred dates for the plan. This is "None", "SprintDates" or "ReleaseDates".