Methods in com.atlassian.jira.bc.issue.label that return LabelService.LabelsResult |
LabelService.LabelsResult |
DefaultLabelService.addLabel(com.atlassian.crowd.embedded.api.User user,
LabelService.AddLabelValidationResult result,
boolean sendNotification)
|
LabelService.LabelsResult |
LabelService.addLabel(com.atlassian.crowd.embedded.api.User user,
LabelService.AddLabelValidationResult result,
boolean sendNotification)
Adds the label to the issue specified by the validation result. |
LabelService.LabelsResult |
DefaultLabelService.getLabels(com.atlassian.crowd.embedded.api.User user,
Long issueId)
|
LabelService.LabelsResult |
LabelService.getLabels(com.atlassian.crowd.embedded.api.User user,
Long issueId)
Returns all the labels for the given issue. |
LabelService.LabelsResult |
DefaultLabelService.getLabels(com.atlassian.crowd.embedded.api.User user,
Long issueId,
Long customFieldId)
|
LabelService.LabelsResult |
LabelService.getLabels(com.atlassian.crowd.embedded.api.User user,
Long issueId,
Long customFieldId)
Returns all the labels for the given issue and custom field. |
LabelService.LabelsResult |
DefaultLabelService.setLabels(com.atlassian.crowd.embedded.api.User user,
LabelService.SetLabelValidationResult result,
boolean sendNotification,
boolean causeChangeNotification)
|
LabelService.LabelsResult |
LabelService.setLabels(com.atlassian.crowd.embedded.api.User user,
LabelService.SetLabelValidationResult result,
boolean sendNotification,
boolean causeChangeNotification)
Sets the labels for a particular issue to the set specified as a parameter. |