Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "description": "my description",
    "durationInSeconds": 3600,
    "isBillable": true,
    "issueId": 10182,
    "jiraWorklogId": 230818,
    "workDate": "2023-04-24",
    "worklogId": 155,
    "worklogTagIds": [
        1,
        5
    ],
    "worklogTags": [
      {
        "id": 1,
        "name": "development"
      },
      {
        "id": 5,
        "name": "testing"
      }
    ],
    "workStartTime": "12:00"
}

...