Package | Description |
---|---|
com.atlassian.jira.imports.project.customfield | |
com.atlassian.jira.issue.customfields.impl |
Modifier and Type | Class and Description |
---|---|
class |
CascadingSelectCustomFieldImporter
Implements ProjectCustomFieldImporter for the "Cascading Select" custom field.
|
class |
GroupCustomFieldImporter
Implementation of ProjectCustomFieldImporter for custom fields that store groupnames.
|
class |
NoTransformationCustomFieldImporter
This class provides an implementation of ProjectCustomFieldImporter for Custom Fields which don't need to transform
the custom field value upon import into a new JIRA instance.
|
class |
ProjectPickerCustomFieldImporter
Implementation of ProjectCustomFieldImporter for custom fields that store references to JIRA projects.
|
class |
SelectCustomFieldImporter
Implements ProjectCustomFieldImporter for the "Select" custom fields.
|
class |
TextLengthValidatingCustomFieldImporter
Implements ProjectCustomFieldImporter for limited length text custom fields.
|
class |
UserCustomFieldImporter
Implementation of ProjectCustomFieldImporter for custom fields that store user keys.
|
class |
VersionCustomFieldImporter
Implements ProjectCustomFieldImporter for the "Version" custom fields.
|
Modifier and Type | Method and Description |
---|---|
ProjectCustomFieldImporter |
ProjectImportableCustomField.getProjectImporter()
Returns the object that will perform the actual project import functions for the custom field type.
|
Copyright © 2002-2024 Atlassian. All Rights Reserved.