v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
issue

List an issue's tracked times

get/repos/{owner}/{repo}/issues/{index}/times

Path parameters

ownerstring required

owner of the repo

repostring required

name of the repo

indexinteger required

index of the issue

Query parameters

userstring

optional filter by user (available for issue managers)

sincestring date-time

Only show times updated after the given time. This is a timestamp in RFC 3339 format

beforestring date-time

Only show times updated before the given time. This is a timestamp in RFC 3339 format

pageinteger

page number of results to return (1-based)

limitinteger

page size of results

Response

TrackedTimeList

createdstring date-time
idinteger

ID is the unique identifier for the tracked time entry

issue_idinteger

deprecated (only for backwards compatibility)

timeinteger

Time in seconds

user_idinteger

deprecated (only for backwards compatibility)

user_namestring

username of the user

Example response

[
  {
    "issue": {
      "labels": [
        {
          "color": "00aabb"
        }
      ]
    }
  }
]