Class WatchersFinder
java.lang.Object
com.atlassian.jira.rest.v2.issue.watcher.WatchersFinder
Component for finding watchers in the REST plugin.
- Since:
- v4.2
-
Method Summary
Modifier and TypeMethodDescriptiongetWatchers(Issue issue, ApplicationUser callingUser) Retrieves a WatchersBean for the given Issue on behalf of a remote user.
-
Method Details
-
getWatchers
Retrieves a WatchersBean for the given Issue on behalf of a remote user.- Parameters:
issue- an issue from which watchers are returned.callingUser- a user- Returns:
- a WatchersBean
-