Package | Description |
---|---|
com.atlassian.jira.issue.customfields |
Modifier and Type | Field and Description |
---|---|
static CloneOptionConfiguration |
CloneOptionConfiguration.DO_NOT_DISPLAY
An instance of CloneOptionConfiguration that indicates the clone option should not be displayed on the clone dialog.
|
Modifier and Type | Method and Description |
---|---|
default CloneOptionConfiguration |
CustomFieldType.getCloneOptionConfiguration(CustomField field,
Issue issueToClone)
Get the clone option configuration for the given custom field in the context of the given issue.
|
CloneOptionConfiguration |
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 CloneOptionConfiguration |
CloneOptionConfiguration.withOptionLabel(String optionLabel)
Creates an instance of CloneOptionConfiguration to represent a clone option that gets displayed in the clone dialog
with the specified label.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.