| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBeanChangelog> |
IssueChangelogApi.getChangeLogs(String issueIdOrKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get change logs
Returns all changelogs for an issue sorted by date, starting from the oldest.
|
io.reactivex.Single<PageBeanChangelog> |
IssuesApi.getChangeLogs(String issueIdOrKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get change logs
Returns a [paginated](#pagination) list of all changelogs for an issue sorted by date, starting from the oldest.
|
Copyright © 2011–2021 Everit Kft.. All rights reserved.