NAME

JIRA::API::RemoveOptionFromIssuesResult -

SYNOPSIS

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

PROPERTIES

errors

A collection of errors related to unchanged issues. The collection size is limited, which means not all errors may be returned.

modifiedIssues

The IDs of the modified issues.

unmodifiedIssues

The IDs of the unchanged issues, those issues where errors prevent modification.