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

x/jira/src/agile/parameters/getIssue.ts>GetIssue

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

Properties

issueIdOrKey: string

The ID or key of the requested issue.

optional
fields: string[]

The list of fields to return for each issue. By default, all navigable and Agile fields are returned.

optional
expand: string

A comma-separated list of the parameters to expand.

optional
updateHistory: boolean

A boolean indicating whether the issue retrieved by this method should be added to the current user's issue history