NAME

JIRA::API::ReorderIssueResolutionsRequest -

SYNOPSIS

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

PROPERTIES

after

The ID of the resolution. Required if `position` isn't provided.

ids

The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.

position

The position for issue resolutions to be moved to. Required if `after` isn't provided.