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

x/jira/src/agile/models/fixVersion.ts>FixVersion

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

Represents a fix version in a Jira project.

Properties

self: string

The URL of the fix version details.

id: string

The unique identifier of the fix version.

description: string

The description of the fix version.

name: string

The name of the fix version.

archived: boolean

Whether the fix version is archived.

released: boolean

Whether the fix version is released.

optional
releaseDate: string

The release date of the fix version, if applicable.