@PublicApi
public interface RecentCommentManager
| Modifier and Type | Method and Description |
|---|---|
CommentIterator |
getRecentComments(SearchRequest searchRequest,
ApplicationUser user)
Deprecated.
Use
getRecentComments(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 |
CommentIterator getRecentComments(SearchRequest searchRequest, ApplicationUser user) throws SearchException
getRecentComments(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
searchRequest - The search request to limit the comments touser - The User to match the Permissions againstSearchException - Exceptions occured while trying to peform a search on the SearchRequestCopyright © 2002-2019 Atlassian. All Rights Reserved.