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
Example response
[
{
"issue": {
"labels": [
{
"color": "00aabb"
}
]
}
}
]