| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api | |
| org.everit.atlassian.restclient.jiracloud.v2.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<IssueArchivalSyncResponse> |
IssuesApi.archiveIssues(IssueArchivalSyncRequest issueArchivalSyncRequest,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Archive issue(s) by issue ID/key
Enables admins to archive up to 1000 issues in a single request using issue ID/key, returning details of the issue(s) archived in the process and the errors encountered, if any.
|
io.reactivex.Single<IssueArchivalSyncResponse> |
IssuesApi.unarchiveIssues(IssueArchivalSyncRequest issueArchivalSyncRequest,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Unarchive issue(s) by issue keys/ID
Enables admins to unarchive up to 1000 issues in a single request using issue ID/key, returning details of the issue(s) unarchived in the process and the errors encountered, if any.
|
| Modifier and Type | Method and Description |
|---|---|
IssueArchivalSyncResponse |
IssueArchivalSyncResponse.errors(Errors errors) |
IssueArchivalSyncResponse |
IssueArchivalSyncResponse.numberOfIssuesUpdated(Long numberOfIssuesUpdated) |
Copyright © 2011–2023 Everit Kft.. All rights reserved.