Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/agile/parameters/getIssueEstimationForBoard.ts>GetIssueEstimationForBoard

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetIssueEstimationForBoard
import { type GetIssueEstimationForBoard } from "https://deno.land/x/jira@v3.0.2/src/agile/parameters/getIssueEstimationForBoard.ts";

Properties

issueIdOrKey: string

The ID or key of the requested issue.

optional
boardId: number

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