query issueTimeTracking($fullPath: ID!, $iid: String) { workspace: project(fullPath: $fullPath) { id issuable: issue(iid: $iid) { id humanTimeEstimate humanTotalTimeSpent timeEstimate totalTimeSpent } } }