NAME

JIRA::API::FieldUpdateOperation -

SYNOPSIS

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

PROPERTIES

add

The value to add to the field.

copy

The field value to copy from another issue.

edit

The value to edit in the field.

remove

The value to removed from the field.

set

The value to set in the field.