com.atlassian.jira.issue.comments
Interface RecentCommentManager
- All Known Implementing Classes:
- DefaultRecentCommentManager
public interface RecentCommentManager
A standard way of getting a list of recent comments from JIRA
getRecentComments
CommentIterator getRecentComments(SearchRequest searchRequest,
com.atlassian.crowd.embedded.api.User user)
throws SearchException
- 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
- The user to match the Permissions against
- Returns:
-
- Throws:
SearchException
- Exceptions occured while trying to peform a search on the SearchRequest
Copyright © 2002-2011 Atlassian. All Rights Reserved.