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

x/jira/src/version3/models/changeDetails.ts>ChangeDetails

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

A change item.

Properties

optional
field: string

The name of the field changed.

optional
fieldtype: string

The type of the field changed.

optional
fieldId: string

The ID of the field changed.

optional
from: string

The details of the original value.

optional
fromString: string

The details of the original value as a string.

optional
to: string

The details of the new value.

optional
toString: string

The details of the new value as a string.