Enneo

Quality

Check whether worklogs exist for a ticket

GET /ticket/{ticketId}/worklog/exists

GET /ticket/{ticketId}/worklog/exists

Lightweight existence probe used by the UI to decide whether to show the worklog tab. Cheaper than GET /ticket/{ticketId}/worklog because it skips loading the worklog entries.

Path parameters

ticketIdintegerpathrequired

Ticket id.

Responses

200 — Successful operation

Response Example

{
  "exists": true
}

404 — Ticket not found