Class DeleteAndReplaceVersionBean
java.lang.Object
com.atlassian.jira.rest.v2.issue.version.DeleteAndReplaceVersionBean
REST call parameters.
- Since:
- v7.0.10
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Information about version replacement in custom field. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList of version what will replace version in custom fields.Version that will replace version in field 'affected version', if empty version will be deleted from field.Version that will replace version in field 'fix version', if empty version will be deleted from field.
-
Constructor Details
-
DeleteAndReplaceVersionBean
public DeleteAndReplaceVersionBean()
-
-
Method Details
-
getMoveFixIssuesTo
Version that will replace version in field 'fix version', if empty version will be deleted from field. -
getMoveAffectedIssuesTo
Version that will replace version in field 'affected version', if empty version will be deleted from field. -
getCustomFieldReplacementList
List of version what will replace version in custom fields. Empty means that version will be removed from all custom fields.
-