Skip to content

removeLabelFromIssue ​

Removes a Label from an Issue, requires MANAGE_ISSUES on any Trackable the issue is on. If the Label is not on the Issue, no event is created.

graphql
removeLabelFromIssue(
  input: RemoveLabelFromIssueInput!
): RemoveLabelFromIssuePayload!

Arguments ​

removeLabelFromIssue.input ● RemoveLabelFromIssueInput! non-null input ​

Defines the Label and Issue

Type ​

RemoveLabelFromIssuePayload object ​

Released under the MIT License.