Is it possible to add Hours to a task via the API?
I was looking through the API documentation and even tried a couple tests agains the API itself. I keep getting back:
{
"data": {
"ID": null,
"objCode": "HOUR"
}
}
Not a terribly helpful response.
We are currently using the API to integrate with our Git servers and we would also like to be able to include hours in our commit messages so that we can keep track of our hours without breaking our development flow. We are not so concerned about hours for specific users as much as we are about getting total development time that goes into a task.