NAME

JIRA::API::DeleteAndReplaceVersionBean -

SYNOPSIS

my $obj = JIRA::API::DeleteAndReplaceVersionBean->new();
...

PROPERTIES

customFieldReplacementList

An array of custom field IDs (`customFieldId`) and version IDs (`moveTo`) to update when the fields contain the deleted version.

moveAffectedIssuesTo

The ID of the version to update `affectedVersion` to when the field contains the deleted version.

moveFixIssuesTo

The ID of the version to update `fixVersion` to when the field contains the deleted version.