Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
query epicStartDate($fullPath: ID!, $iid: ID) {
workspace: group(fullPath: $fullPath) {
__typename
id
issuable: epic(iid: $iid) {
startDate
startDateIsFixed
startDateFixed
startDateFromMilestones
}