Skip to content

removeAssignment

Removes an Assignment from an Issue, require MANAGE_ISSUES on any of the Trackables the Issue the Assignment is part of is on. If the Assignment was already removed, no event is created.

graphql
removeAssignment(
  input: RemoveAssignmentInput!
): RemoveAssignmentPayload!

Arguments

removeAssignment.input ● RemoveAssignmentInput! non-null input

Defines the Assignment to remove

Type

RemoveAssignmentPayload object

Released under the MIT License.