Package com.atlassian.jira.issue.customfields.impl
package com.atlassian.jira.issue.customfields.impl
-
ClassDescriptionVisitor interface for AbstractCustomFieldType.Marker interface for visitors of AbstractCustomFieldType (acyclic visitor).Abstract class for Multi-select Custom field types.Deprecated.An abstract class that simplifies creating a CustomField that stores a single values via ofbiz.CalculatedCFType<T,
S> A CustomFieldType which is calculated rather than set.Cascading Select Custom Field Type allows for multiple dependent select lists.Custom Field to allow setting of a DateCustom Field allowing setting of a full Date and Time.A CustomFieldType where data is stored and displayed as a single String By default it will only have a Limited Text Field for storage (if you need bigger overrideGenericTextCFType.getDatabaseType()
)Labels Custom fieldMultiple User Group Select TypeMultiple Select Type allows selecting of multipleOption
sSupport interface to delay the data input text evaluation to vm-processing time.Multiple User Type allows selection of multiple users.Custom Field Type to select aProject
on this JIRA instance.This custom field type returns true for its isRenderable method and is meant to represent a text custom field type that is renderable.Select Custom Field Type allows selecting of a singleOption
.Deprecated.UseGenericTextCFType
instead.Deprecated.UseGenericTextCFType
instead.Custom Field allow selection of a singleApplicationUser
.Custom Field Type to select multipleVersion
s.An enum representing orders can be choosed to affect the order of versions group displayed on version picker custom field
MultipleSettableCustomFieldType
yourself.