is there any plans on providing an API to Create, Update, Delete Time Entries? We would highly appreciate this feature.
-
In a response to my recent support question about this on Jan 8, 2017, Leah Copeland said "I spoke to our development lead and they are estimating it will be implemented in about two months." (Not to put her on the spot--I'm sure it was intended with the usual development/business schedule caveats, so take it with a grain of salt.)
-
Hi all,
Sorry for delaying API feature, that slipped in our schedule, I know that's bad, buuut there are good news too.
We will implement preview version of that feature in the upcoming sprint, including it's length and usual release cadence I think it will be online end of June.
Maxim Lutsan
-
Hi all,
Yes, we are working on the preview version of the API, it is in the current running sprint, just talked to engineers.
We will try to release this preview version in the next update in the week, I will post update with some sample code here as soon as that goes online.
Maxim Lutsan
-
It is here!
Check sample code here: https://github.com/7pace/timetracker-rest-api-samplecode
(disclaimer: in preview, documentation is in progress too)
Please let me know if you have any questions or suggestions.
Maxim Lutsan
-
Hi Maxim,
Thanks for the API! Much appreciated. It is exactly what we need.
Question: can we set the User or ActivityType fields in the POST requests? I have tried various ways and it seems to either be ignored or generate an error. Can't figure out how to set these fields.
Budget is the only other field I am not seeing but would like to be able to update.
Thanks!
Taylor -
Hello everyone,
Documentation will be released very soon.
In a mean time - to set User and ActivityType for WorkLog you have to pass "userId" and "activityTypeId" guids respectively to POST or PATCH request. To find userId or activityTypeId you can execute GET requests "/api/rest/users" and "/api/rest/activityTypes"
Unfortunately, Budgets won't be available for now in API. We will inform you when it will be implemented.
Eugene Kolomytsev
Please sign in to leave a comment.
Comments
16 comments