Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
query issue($projectPath: ID!, $iid: String!) {
project(fullPath: $projectPath) {
id
issue(iid: $iid) {
title
createdAt
state
confidential
dueDate
milestone {
startDate
}
type