Skip to content

addLabelToIssue

Adds a Label to an Issue, requires MANAGE_ISSUES on any Trackable the issue is on and READ on the Label. Additionally, the Label must be on at least on Trackable the Issue is on. If the Label is already on the Issue, no event is created.

graphql
addLabelToIssue(
  input: AddLabelToIssueInput!
): AddLabelToIssuePayload!

Arguments

addLabelToIssue.input ● AddLabelToIssueInput! non-null input

Defines the Label and Issue

Type

AddLabelToIssuePayload object

Released under the MIT License.