Package | Description |
---|---|
com.atlassian.jira.bc.issue.label |
Modifier and Type | Method and Description |
---|---|
LabelService.AddLabelValidationResult |
DefaultLabelService.validateAddLabel(ApplicationUser user,
Long issueId,
Long customFieldId,
String label) |
LabelService.AddLabelValidationResult |
LabelService.validateAddLabel(ApplicationUser user,
Long issueId,
Long customFieldId,
String label)
Validates that the user provided can add the label provided for a particular issue.
|
LabelService.AddLabelValidationResult |
DefaultLabelService.validateAddLabel(ApplicationUser user,
Long issueId,
String label) |
LabelService.AddLabelValidationResult |
LabelService.validateAddLabel(ApplicationUser user,
Long issueId,
String label)
Validates that the user provided can add the label provided for a particular issue.
|
Modifier and Type | Method and Description |
---|---|
LabelService.LabelsResult |
DefaultLabelService.addLabel(ApplicationUser user,
LabelService.AddLabelValidationResult result,
boolean sendNotification) |
LabelService.LabelsResult |
LabelService.addLabel(ApplicationUser user,
LabelService.AddLabelValidationResult result,
boolean sendNotification)
Adds the label to the issue specified by the validation result.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.