Close / Re-Open Task
Problem to solve
There is no way to close a Task or re-open it
Proposal
Provide a way for users to close a Task and re-open it.
GraphQL Mutation
Agreed upon schema:
mutation {
workItemUpdate(input: { id: "gid://gitlab/WorkItem/1", stateEvent: CLOSE }) {
workItem {
title
id
title
}
}
}
Acceptance
-
User can close and re-open Task some thing else -
Mobile styles -
Desktop styles -
Task state updates in real-time -
FE Trackers
Edited by Mario Celi