NAME

JIRA::API::TimeTrackingDetails -

SYNOPSIS

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

PROPERTIES

originalEstimate

The original estimate of time needed for this issue in readable format.

originalEstimateSeconds

The original estimate of time needed for this issue in seconds.

remainingEstimate

The remaining estimate of time needed for this issue in readable format.

remainingEstimateSeconds

The remaining estimate of time needed for this issue in seconds.

timeSpent

Time worked on this issue in readable format.

timeSpentSeconds

Time worked on this issue in seconds.