2021-06-08 01:23:25 +05:30
|
|
|
query epicDueDate($fullPath: ID!, $iid: ID) {
|
|
|
|
workspace: group(fullPath: $fullPath) {
|
2022-01-26 12:08:38 +05:30
|
|
|
id
|
2021-06-08 01:23:25 +05:30
|
|
|
issuable: epic(iid: $iid) {
|
|
|
|
id
|
|
|
|
dueDate
|
|
|
|
dueDateIsFixed
|
|
|
|
dueDateFixed
|
|
|
|
dueDateFromMilestones
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|