| Package | Description |
|---|---|
| com.atlassian.jira.bc.issue.label |
| Modifier and Type | Method and Description |
|---|---|
LabelService.SetLabelValidationResult |
DefaultLabelService.validateSetLabels(ApplicationUser user,
Long issueId,
Long customFieldId,
Set<String> labels) |
LabelService.SetLabelValidationResult |
LabelService.validateSetLabels(ApplicationUser user,
Long issueId,
Long customFieldId,
Set<String> labels)
Validates that the user provided can set the labels provided for a particular issue.
|
LabelService.SetLabelValidationResult |
DefaultLabelService.validateSetLabels(ApplicationUser user,
Long issueId,
Set<String> labels) |
LabelService.SetLabelValidationResult |
LabelService.validateSetLabels(ApplicationUser user,
Long issueId,
Set<String> labels)
Validates that the user provided can set the labels provided for a particular issue.
|
| Modifier and Type | Method and Description |
|---|---|
LabelService.LabelsResult |
DefaultLabelService.setLabels(ApplicationUser user,
LabelService.SetLabelValidationResult result,
boolean sendNotification,
boolean causeChangeNotification) |
LabelService.LabelsResult |
LabelService.setLabels(ApplicationUser user,
LabelService.SetLabelValidationResult result,
boolean sendNotification,
boolean causeChangeNotification)
Sets the labels for a particular issue to the set specified as a parameter.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.