| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.api | |
| org.everit.atlassian.restclient.jiracloud.v3.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<RemoteIssueLinkIdentifies> |
IssueApi.createOrUpdateRemoteIssueLink(String issueIdOrKey,
RemoteIssueLinkRequest requestBody,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create or update remote issue link
Creates or updates a remote issue link for an issue.
|
io.reactivex.Single<RemoteIssueLinkIdentifies> |
IssueRemoteLinksApi.createOrUpdateRemoteIssueLink(String issueIdOrKey,
RemoteIssueLinkRequest requestBody,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create or update remote issue link
Creates or updates a remote issue link for an issue.
|
io.reactivex.Single<Object> |
IssueApi.updateRemoteIssueLink(String issueIdOrKey,
String linkId,
RemoteIssueLinkRequest requestBody,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update remote issue link
Updates a remote issue link for an issue.
|
io.reactivex.Single<Object> |
IssueRemoteLinksApi.updateRemoteIssueLink(String issueIdOrKey,
String linkId,
RemoteIssueLinkRequest requestBody,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update remote issue link by ID
Updates a remote issue link for an issue.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteIssueLinkRequest |
RemoteIssueLinkRequest._object(RemoteObject _object) |
RemoteIssueLinkRequest |
RemoteIssueLinkRequest.application(Application application) |
RemoteIssueLinkRequest |
RemoteIssueLinkRequest.globalId(String globalId) |
RemoteIssueLinkRequest |
RemoteIssueLinkRequest.relationship(String relationship) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.