com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration |
![]()
|
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TimeTrackingConfiguration.Mode | Describes the modes of operation for Time Tracking in JIRA. | ||||||||||
TimeTrackingConfiguration.PropertiesAdaptor | Implementation that is registered with PICO. | ||||||||||
TimeTrackingConfiguration.TimeFormat |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Should the comment entered on a transition screen be copied to the work description when logging work?
| |||||||||||
Is time tracking enabled?
| |||||||||||
Get the currently configured number of days in a week.
| |||||||||||
Get the currently configured default duration to use when parsing duration string for time tracking.
| |||||||||||
Get the currently configured number of hours in a day.
| |||||||||||
Get the configured format in which the time will be printed.
|
Should the comment entered on a transition screen be copied to the work description when logging work?
Is time tracking enabled?
Get the currently configured number of days in a week. Because this can be a non-integral number we return a BigDecimal
Get the currently configured default duration to use when parsing duration string for time tracking. (i.e. does "3" mean three minutes or three hours or three days)
Get the currently configured number of hours in a day. Because this can be a non-integral number we return a BigDecimal.
Get the configured format in which the time will be printed.