2021-09-04 01:27:46 +05:30
|
|
|
mutation projectIssueMilestoneMutation($fullPath: ID!, $iid: String!, $attributeId: ID) {
|
|
|
|
issuableSetAttribute: updateIssue(
|
|
|
|
input: { projectPath: $fullPath, iid: $iid, milestoneId: $attributeId }
|
|
|
|
) {
|
|
|
|
errors
|
|
|
|
issuable: issue {
|
|
|
|
id
|
|
|
|
attribute: milestone {
|
|
|
|
title
|
|
|
|
id
|
|
|
|
state
|
2021-09-30 23:02:18 +05:30
|
|
|
expired
|
2021-09-04 01:27:46 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|