Uses of Class
com.atlassian.jira.bc.issue.label.LabelService.SetLabelValidationResult
Packages that use LabelService.SetLabelValidationResult
-
Uses of LabelService.SetLabelValidationResult in com.atlassian.jira.bc.issue.label
Methods in com.atlassian.jira.bc.issue.label that return LabelService.SetLabelValidationResultModifier and TypeMethodDescriptionDefaultLabelService.validateSetLabels(ApplicationUser user, Long issueId, Long customFieldId, Set<String> labels) DefaultLabelService.validateSetLabels(ApplicationUser user, Long issueId, Set<String> labels) 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.validateSetLabels(ApplicationUser user, Long issueId, Set<String> labels) Validates that the user provided can set the labels provided for a particular issue.Methods in com.atlassian.jira.bc.issue.label with parameters of type LabelService.SetLabelValidationResultModifier and TypeMethodDescriptionDefaultLabelService.setLabels(ApplicationUser user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification) 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.