Jira.js - Jira Cloud API library
    Preparing search index...

    Interface FieldLastUsed

    Information about the most recent use of a field.

    interface FieldLastUsed {
        type?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    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.

    value?: string

    The date when the value of the field last changed.