| Methods in com.atlassian.jira.bc.issue.label that return LabelService.LabelSuggestionResult |
LabelService.LabelSuggestionResult |
LabelService.getSuggestedLabels(com.atlassian.crowd.embedded.api.User user,
Long issueId,
Long customFieldId,
String token)
Given a token to search for, this method returns a number of suggestions for the label. |
LabelService.LabelSuggestionResult |
LabelService.getSuggestedLabels(User user,
Long issueId,
Long customFieldId,
String token)
Given a token to search for, this method returns a number of suggestions for the label. |
LabelService.LabelSuggestionResult |
DefaultLabelService.getSuggestedLabels(com.atlassian.crowd.embedded.api.User user,
Long issueId,
Long customFieldId,
String token)
|
LabelService.LabelSuggestionResult |
DefaultLabelService.getSuggestedLabels(User user,
Long issueId,
Long customFieldId,
String token)
|
LabelService.LabelSuggestionResult |
LabelService.getSuggestedLabels(com.atlassian.crowd.embedded.api.User user,
Long issueId,
String token)
Given a token to search for, this method returns a number of suggestions for the label. |
LabelService.LabelSuggestionResult |
LabelService.getSuggestedLabels(User user,
Long issueId,
String token)
Given a token to search for, this method returns a number of suggestions for the label. |
LabelService.LabelSuggestionResult |
DefaultLabelService.getSuggestedLabels(com.atlassian.crowd.embedded.api.User user,
Long issueId,
String token)
|
LabelService.LabelSuggestionResult |
DefaultLabelService.getSuggestedLabels(User user,
Long issueId,
String token)
|