NAME
JIRA::API::ChangeDetails -
SYNOPSIS
my $obj = JIRA::API::ChangeDetails->new();
...
PROPERTIES
field
The name of the field changed.
fieldId
The ID of the field changed.
fieldtype
The type of the field changed.
from
The details of the original value.
fromString
The details of the original value as a string.
to
The details of the new value.