Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface ChangeDetails
import { type ChangeDetails } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/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.