Package com.atlassian.jira.issue.fields
Interface DateField
- All Known Implementing Classes:
ArchivedDateSystemField
,CreatedSystemField
,DateCFType
,DateTimeCFType
,DueDateSystemField
,LastViewedSystemField
,ResolutionDateSystemField
,UpdatedSystemField
public interface DateField
A marker interface to mark all date fields available in the system. Please note that for custom fields, the
custom field type needs to be marked by this interface.
- Since:
- v4.0