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

x/jira/src/version3/models/fieldLastUsed.ts>FieldLastUsed

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

Information about the most recent use of a field.

Properties

optional
type: string

Last used value type:

TRACKED: field is tracked and a last used date is available. NOT_TRACKED: field is not tracked, last used date is not available. NO_INFORMATION: field is tracked, but no last used date is available.

optional
value: string

The date when the value of the field last changed.