Closed antonkomarev closed 1 year ago
I suppose it happens because Jira returns object without subtasks time tracking. Maybe there is a way to expand this data without making subquery?
aggregatetimeoriginalestimate
shows only initial estimation, and if remaining time of subtask was changed — value is not changed :(
I think I found a solution: $issue->fields->aggregatetimeestimate->scalar
This code fetch all issues in Epic XXXX-YYYY, these issues has subtasks, but subtasks always has
timeTracking: null
.