Actions
Feature #26370
closedGet time entries for a specific issue
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
For the moment, you have to make 2 different calls (time tracking API and issues API) to gather the time entries for a specific issue.
Could it be possible to get the time entries for a specific issue with one or both these methods:
Could it be possible to get the time entries for a specific issue with one or both these methods:
- directly in issues/[ISSUE NUMBER].json, in the key "time_entries" (new key of the JSON)
- in a new REST call, for example time_entries/issue/[ISSUE NUMBER].json, what would send back just the time entries and not the whole issue info.
Thank you! :)
Actions