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

x/jira/src/agile/parameters/estimateIssueForBoard.ts>EstimateIssueForBoard

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface EstimateIssueForBoard
import { type EstimateIssueForBoard } from "https://deno.land/x/jira@v3.0.2/src/agile/parameters/estimateIssueForBoard.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.

optional
value: string