Interface JqlFunctionPrecomputationUpdateBean

Precomputation id and its new value.

interface JqlFunctionPrecomputationUpdateBean {
    error?: string;
    id: string;
    value?: string;
}

Properties

Properties

error?: string

The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.

id: string

The id of the precomputation to update.

value?: string

The new value of the precomputation.