java.lang.Object | |
↳ | com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValueImpl |
Used to store a custom field value for use of importing a backup JIRA project into an existing JIRA instance.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the ID of the CustomField that this value is stored for.
| |||||||||||
Returns the ID of the CustomFieldValue.
| |||||||||||
Returns the Issue ID that this value was stored against.
| |||||||||||
Returns the Parent Key for this Custom Field Value.
| |||||||||||
Returns the String representation of the value that is stored.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValue
|
Returns the ID of the CustomField that this value is stored for.
Returns the ID of the CustomFieldValue.
Returns the Issue ID that this value was stored against.
Returns the Parent Key for this Custom Field Value. This is normally null, but the "Cascading Select" Custom Field will store the parent Option ID in this field.
Returns the String representation of the value that is stored.