| java.lang.Object | |||||
| ↳ | com.atlassian.jira.issue.fields.AbstractField | ||||
| ↳ | com.atlassian.jira.issue.fields.AbstractOrderableField | ||||
| ↳ | com.atlassian.jira.issue.fields.AbstractOrderableNavigableFieldImpl | ||||
| ↳ | com.atlassian.jira.issue.fields.AbstractUserFieldImpl | ||||
| ↳ | com.atlassian.jira.issue.fields.ReporterSystemField | ||||
Copyright (c) 2002-2004 All rights reserved.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.issue.fields.NavigableField
| |||||||||||
From interface
com.atlassian.jira.issue.fields.OrderableField
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.issue.fields.AbstractField
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns lower level Information about the field.
| |||||||||||
Return The default data for this system 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.
| |||||||||||
Explicitly set current session
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.issue.fields.AbstractUserFieldImpl
| |||||||||||
From class
com.atlassian.jira.issue.fields.AbstractOrderableNavigableFieldImpl
| |||||||||||
From class
com.atlassian.jira.issue.fields.AbstractOrderableField
| |||||||||||
From class
com.atlassian.jira.issue.fields.AbstractField
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.issue.fields.Field
| |||||||||||
From interface
com.atlassian.jira.issue.fields.NavigableField
| |||||||||||
From interface
com.atlassian.jira.issue.fields.OrderableField
| |||||||||||
From interface
com.atlassian.jira.issue.fields.SearchableField
| |||||||||||
From interface
com.atlassian.jira.issue.fields.rest.AuthAwareField
| |||||||||||
From interface
com.atlassian.jira.issue.fields.rest.RestAwareField
| |||||||||||
From interface
com.atlassian.jira.issue.fields.rest.RestFieldOperations
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
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 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. |
|---|
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 |
|---|---|
| renderedVersionRequired | 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.
| FieldValidationException |
|---|