com.atlassian.jira.issue.fields.rest.RestAwareField |
![]()
AbstractAggregateDurationSystemField,
AbstractDurationSystemField,
AbstractProgressBarSystemField,
AbstractTextSystemField,
AbstractVersionsSystemField,
AffectedVersionsSystemField,
AggregateEstimateSystemField,
AggregateOriginalEstimateSystemField,
AggregateProgressBarSystemField,
AggregateTimeSpentSystemField,
AssigneeSystemField,
AttachmentSystemField,
CommentSystemField,
ComponentsSystemField,
CreatedSystemField,
and
32 others.
|
Clients of @PublicApi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi
as per each product's API policy as long as the client does not implement/extend
@PublicApi
interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi
interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi
are safe to extend/implement).
Fields that implement this interface can:
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns lower level Information about the field.
| |||||||||||
Return a FieldJsonDataPair containing a json representation of the raw data for this field, and if required, a json representation
of the rendered data for easy display.
| |||||||||||
Return a description of the shape of this field when represented as JSON.
|
Returns lower level Information about the field. This information contains allowed values and/or the autocomplete url
fieldTypeInfoContext | the FieldTypeInfoContext contains context information that is relevant to generate the FieldTypeInfo
|
---|
Return a FieldJsonDataPair containing a json representation of the raw data for this field, and if required, a json representation of the rendered data for easy display.
issue | to get field data from |
---|---|
renderedVersionRequested | whether the use requested the return of rendered/pretty data as well as raw data |
fieldLayoutItem | field layout for this field. Will only be supplied if the field is also an ordereable field. |
Return a description of the shape of this field when represented as JSON.