Time Records

Time records are always addressed below their ticket.

GET/api/v1/tickets/{ticket}/time-records

List time records

Required scope: tickets:read.

POST/api/v1/tickets/{ticket}/time-records

Create a time record

Required scope: tickets:write. The ticket is the time-recordable parent.

GET/api/v1/tickets/{ticket}/time-records/{timeRecord}

Get a time record

Required scope: tickets:read.

PATCH/api/v1/tickets/{ticket}/time-records/{timeRecord}

Update a time record

Required scope: tickets:write. PUT is also registered.

DELETE/api/v1/tickets/{ticket}/time-records/{timeRecord}

Delete a time record

Required scope: tickets:write.

Was this page helpful?