interface JiraDateField {
    date?: JiraDateInput;
    fieldId: string;
}

Properties

Properties

fieldId: string