Interface RecentCommentManager
- All Known Implementing Classes:
DefaultRecentCommentManager
@PublicApi
public interface RecentCommentManager
A standard way of getting a list of recent comments from JIRA
-
Method Summary
Modifier and TypeMethodDescriptiongetRecentComments
(SearchRequest searchRequest, ApplicationUser user) Deprecated.
-
Method Details
-
getRecentComments
CommentIterator getRecentComments(SearchRequest searchRequest, ApplicationUser user) throws SearchException Deprecated.UsegetRecentComments(com.atlassian.jira.issue.search.SearchRequest, com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.Return an iterator over all the comments from any issues in the search request that the user can see
- Parameters:
searchRequest
- The search request to limit the comments touser
- TheUser
to match the Permissions against- Returns:
- Throws:
SearchException
- Exceptions occured while trying to peform a search on theSearchRequest
-
getRecentComments(com.atlassian.jira.issue.search.SearchRequest, com.atlassian.jira.user.ApplicationUser)
instead.