Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 793 Bytes

TimeTrackingDetails.md

File metadata and controls

11 lines (10 loc) · 793 Bytes

TimeTrackingDetails

Properties

Name Type Description Notes
originalEstimate String The original estimate of time needed for this issue in readable format. [optional]
remainingEstimate String The remaining estimate of time needed for this issue in readable format. [optional]
timeSpent String Time worked on this issue in readable format. [optional]
originalEstimateSeconds Long The original estimate of time needed for this issue in seconds. [optional]
remainingEstimateSeconds Long The remaining estimate of time needed for this issue in seconds. [optional]
timeSpentSeconds Long Time worked on this issue in seconds. [optional]