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

    Interface GetIssueEstimationForBoard

    interface GetIssueEstimationForBoard {
        boardId?: number;
        issueIdOrKey: string;
    }
    Index

    Properties

    boardId?: number

    The ID of the board required to determine which field is used for estimation.

    issueIdOrKey: string

    The ID or key of the requested issue.