public class IssueChangelogApi extends Object
| Constructor and Description |
|---|
IssueChangelogApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBeanChangelog> |
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.
|
public IssueChangelogApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<PageBeanChangelog> getChangeLogs(String issueIdOrKey, Optional<Integer> startAt, Optional<Integer> maxResults, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns all changelogs for an issue sorted by date, starting from the oldest.
This operation can be accessed anonymously.
Permissions required:
issueIdOrKey - The ID or key of the issue.
(required)startAt - The index of the first item to return in a page of results (page offset).
(optional, default to 0)maxResults - The maximum number of items to return per page. The maximum is 100.
restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.