issue
Add tracked time to a issue
post/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
Request body
Response
TrackedTime
Example response
{
"issue": {
"labels": [
{
"color": "00aabb"
}
]
}
}