Board estimation configuration.

interface JiraBoardEstimation {
    field?: { displayName: string; fieldId: string };
    type: string;
}

Properties

Properties

field?: { displayName: string; fieldId: string }
type: string