Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
query issueTimeTracking($fullPath: ID!, $iid: String) {
workspace: project(fullPath: $fullPath) {
id
issuable: issue(iid: $iid) {
humanTimeEstimate
humanTotalTimeSpent
timeEstimate
totalTimeSpent
}