Skip to content

removeLabelFromTrackable

Removes a Label from a Trackable, requires MANAGE_LABELS on the Trackable. Removes the Label from all Issues where the Label cannot be anymore, as the Trackable of the Label and the Issue are now disjoint.

graphql
removeLabelFromTrackable(
  input: RemoveLabelFromTrackableInput!
): RemoveLabelFromTrackablePayload!

Arguments

removeLabelFromTrackable.input ● RemoveLabelFromTrackableInput! non-null input

Defines the Label and Trackable

Type

RemoveLabelFromTrackablePayload object

Released under the MIT License.