timeSpent property
The time spent working on the issue as days (#d), hours (#h), or minutes
(#m or #). Required when creating a worklog if timeSpentSeconds
isn't
provided. Optional when updating a worklog. Cannot be provided if
timeSpentSecond
is provided.
Implementation
final String? timeSpent;