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

x/jira/src/version3/models/changedValue.ts>ChangedValue

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

Details of names changed in the record event.

Properties

optional
fieldName: string

The name of the field changed.

optional
changedFrom: string

The value of the field before the change.

optional
changedTo: string

The value of the field after the change.