Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-69741

Work Log time estimate fails to display.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 7.12.3, 7.13.5, 8.0.0, 8.0.2, 8.4.1, 8.7.0
    • None

      Issue Summary

      When logging work with small numbers, Jira fails to display them although the values are stored on database. When editing the worklog that was created, Jira will not show anything on the time spent box.

      Environment

      • Time estimate needs to be displayed on hours.
      • Default time tracking unit needs to be minutes

      Steps to Reproduce

      1. Configure the Display Format on the Time Tracking settings to Hours
      2. Create a worklog with 0.09m (to log 5 seconds)
      3. See the worklog entry

      Expected Results

      Logged value is displayed on log work tab.

      Actual Results

      Log work tab shows an entry for the worklog, but doesn't show any value:

      Workaround

      Use the pretty display format:

      Notes

      When you log work as 0.09m (5 seconds) Jira cannot display that value in Hours (approx. 0.00139h). You can see the time logged on the database using this query:

      SELECT issueid, timeworked, created FROM worklog WHERE timeworked = 5 ORDER BY created DESC;
      

        1. Screen Shot 2019-08-05 at 11.15.03.png
          19 kB
          Martin Orzaiz (Atlassian)
        2. Screen Shot 2019-08-05 at 11.14.34.png
          58 kB
          Martin Orzaiz (Atlassian)
        3. Screen Shot 2019-08-05 at 11.18.11.png
          20 kB
          Martin Orzaiz (Atlassian)

              Unassigned Unassigned
              morzaiz Martin Orzaiz (Atlassian) (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: