public class RapidViewVersionServiceImpl extends Object implements RapidViewVersionService
| Constructor and Description |
|---|
RapidViewVersionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ServiceOutcome<Page<com.atlassian.jira.project.version.Version>> |
getVersionsForRapidView(com.atlassian.jira.user.ApplicationUser user,
RapidView rapidView,
PageRequest pageRequest,
VersionQuery query)
Returns versions which are on rapidView.
|
@Nonnull public ServiceOutcome<Page<com.atlassian.jira.project.version.Version>> getVersionsForRapidView(@Nullable com.atlassian.jira.user.ApplicationUser user, @Nonnull RapidView rapidView, @Nonnull PageRequest pageRequest, @Nonnull VersionQuery query)
RapidViewVersionServicegetVersionsForRapidView in interface RapidViewVersionServiceuser - the user who is performing operation and whose permissions are checked. Null means anonymous access.rapidView - the rapidView which contains epics. It's requires full objects obtained from RapidViewService.pageRequest - information about the desired number of results and theirs offset.query - query which limit the result only to these versions which fulfil its constraints.Copyright © 2007–2025 Atlassian. All rights reserved.