-
Type:
Suggestion
-
Resolution: Timed out
-
Component/s: Deprecated Component - do not use
-
1
At present, the response of the endpoint (GET rest/api/3/worklog/deleted)
returns an empty array for "properties", e.g.:
{ "worklogId": 105, "updatedTime": 1438013693136, "properties": [] }
This creates confusion as it appears that the worklog had no properties, which may not be true.
Suggestion: It would be good if the value for "properties" was included in the response, or the key removed altogether, in addition to making the documentation a bit more clearer to say that properties are not included.