Uses of Class
com.atlassian.jira.issue.customfields.CloneOptionConfiguration
Packages that use CloneOptionConfiguration
-
Uses of CloneOptionConfiguration in com.atlassian.jira.issue.customfields
Fields in com.atlassian.jira.issue.customfields declared as CloneOptionConfigurationModifier and TypeFieldDescriptionstatic final CloneOptionConfigurationCloneOptionConfiguration.DO_NOT_DISPLAYAn instance of CloneOptionConfiguration that indicates the clone option should not be displayed on the clone dialog.Methods in com.atlassian.jira.issue.customfields that return CloneOptionConfigurationModifier and TypeMethodDescriptiondefault CloneOptionConfigurationCustomFieldType.getCloneOptionConfiguration(CustomField field, Issue issueToClone) Get the clone option configuration for the given custom field in the context of the given issue.CloneOptionConfiguration.selectOptionByDefault()Creates an instance of CloneOptionConfiguration to represent a clone option that gets displayed in the clone dialog with the same label as this option's label and is selected by default.static CloneOptionConfigurationCloneOptionConfiguration.withOptionLabel(String optionLabel) Creates an instance of CloneOptionConfiguration to represent a clone option that gets displayed in the clone dialog with the specified label.