interface JiraNumberField {
    fieldId: string;
    value?: number;
}

Properties

Properties

fieldId: string
value?: number