Uses of Interface
com.atlassian.jira.user.UserIssueRelevance
Packages that use UserIssueRelevance
Package
Description
-
Uses of UserIssueRelevance in com.atlassian.jira.mention
Methods in com.atlassian.jira.mention that return types with arguments of type UserIssueRelevanceModifier and TypeMethodDescriptionMentionableUserSearcher.findRelatedUsersToMention
(String searchString, Issue issue, ApplicationUser requestingUser, int maxResults) Calculates a list of users that are relevant to the issue so that they can be mentionedMentionableUserSearcher.findRelatedUsersToMention
(String searchString, Issue issue, ApplicationUser requestingUser, int maxResults, Supplier<List<ApplicationUser>> applicationUsersProvider) Calculates a list of users that are relevant to the issue so that they can be mentionedSortedMentionableUserSearcher.findRelatedUsersToMention
(String query, Issue issue, ApplicationUser requestingUser, int maxResults) SortedMentionableUserSearcher.findRelatedUsersToMention
(String query, Issue issue, ApplicationUser requestingUser, int maxResults, Supplier<List<ApplicationUser>> userSupplier) -
Uses of UserIssueRelevance in com.atlassian.jira.rest.v2.issue.users
Methods in com.atlassian.jira.rest.v2.issue.users with parameters of type UserIssueRelevanceModifier and TypeMethodDescriptionUserIssueRelevanceBeanBuilder.build
(UserIssueRelevance userIssueRelevance) Returns a new UserIssueRelevanceBean with all properties set. -
Uses of UserIssueRelevance in com.atlassian.jira.user
Classes in com.atlassian.jira.user that implement UserIssueRelevanceMethods in com.atlassian.jira.user that return UserIssueRelevanceMethods in com.atlassian.jira.user with parameters of type UserIssueRelevanceModifier and TypeMethodDescriptionint
ImmutableUserIssueRelevance.compareTo
(UserIssueRelevance o) Order by highest involvement, then by latest comment date, then by username.