com.atlassian.jira.issue.fields.rest.RestCustomFieldTypeOperations |
![]()
CascadingSelectCFType,
DateCFType,
DateTimeCFType,
GenericTextCFType,
ImportIdLinkCFType,
LabelsCFType,
MultiGroupCFType,
MultiSelectCFType,
MultiUserCFType,
NumberCFType,
ProjectCFType,
ReadOnlyCFType,
RenderableTextCFType,
SelectCFType,
TextAreaCFType,
TextAreaNoValidationCFType,
URLCFType,
UserCFType,
VersionCFType
|
Clients of @PublicSpi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicSpi
as per each product's API policy (clients should refer to each product's API policy for
the exact guarantee -- usually binary compatibility is guaranteed at least across minor versions).
@PublicSpi
interfaces and classes are specifically designed to be implemented/extended by clients.
Hence, the guarantee of binary compatibility is different to that of @PublicApi
elements (if an element
is both @PublicApi
and @PublicSpi
, both guarantees apply).
Interface for fields which can be modified using the rest api.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return The default data for this system field.
| |||||||||||
Returns the RestFieldOperationsHandler for this field.
|
Return The default data for this system field. May be null if there is no default.
issueCtx | Issue (This should really only need to be an issue context, but for historical reasons we need an issue object. |
---|---|
field | the Custom Field |
Returns the RestFieldOperationsHandler for this field.
field | the Custom Field |
---|