public class UpdateHistoryAccessor extends Object
| Constructor and Description |
|---|
UpdateHistoryAccessor(SearchProviderFactory searchProviderFactory,
QueryProjectRoleAndGroupPermissionsDecorator queryPermissionsDecorator,
JqlDateSupport jqlDateSupport) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
searchForIssues(List<String> userIds,
DateRange fromDate,
DateRange toDate,
QueryCreationContext queryCreationContext)
Searches changes index and comments index for items affected by given user
(that is, changes performed by user and comments created/updated/deleted by user).
|
public UpdateHistoryAccessor(SearchProviderFactory searchProviderFactory, QueryProjectRoleAndGroupPermissionsDecorator queryPermissionsDecorator, JqlDateSupport jqlDateSupport)
public Set<String> searchForIssues(List<String> userIds, DateRange fromDate, DateRange toDate, QueryCreationContext queryCreationContext)
fromDate or before toDate(inclusivelyu for both parameters)userIds - ids of user performing the changes/creating the commentsfromDate - limits search to comments/changes performed after given datetoDate - limits search to comments/changes performed before given datequeryCreationContext - used for permission subqueriesCopyright © 2002-2019 Atlassian. All Rights Reserved.