Skip to content
daniel-zsigus edited this page Jul 3, 2014 · 4 revisions

In the worklog table, the worklogs belonging to the given day can be viewed. A row belongs to each worklog. The table has the following columns:

  • Issue - Issue code to which the worklog belongs. If the pointer hovered above the isseId, the issue description will appear. By clicking on it, the issue can be viewed. Next to the issue code a red exclamation mark appears if it is not closed and if there is no more estimated time assigned to it. If the issue is amongst the non-estimated ones, then the exclamation mark does not appear.
  • Start - Start date of the worklog. Its format: hh:mm.
  • End - End date of the worklog: Its format: hh:mm.
  • Duration - Duration of the worklog; the time between the start and the end date in JIRA format (d h m).
  • Note - Description of the worklog.
  • Edit - It contains an Edit button. After pressing it, the given worklog can be edited.
  • Delete - It contains a Delete button. After pressing it, the given worklog is deleted.
  • Copy - It contains a Copy button. After pressing it, the given worklogs Issue and Note field are copied to the Input fields

The worklogs are ordered by the start date. If no worklog belongs to the given date, then the “No data to display!” message appears under the table header.