interface JiraSingleSelectUserPickerField {
    fieldId: string;
    user?: JiraUserField;
}

Properties

Properties

fieldId: string