Package | Description |
---|---|
com.atlassian.jira.rest.api.issue | |
com.atlassian.jira.rest.v2.issue |
Modifier and Type | Field and Description |
---|---|
static RemoteIssueLinkCreateOrUpdateRequest |
RemoteIssueLinkResourceExamples.CREATE_OR_UPDATE_REQUEST |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RemoteIssueLinkResource.createOrUpdateRemoteIssueLink(Issue issue,
RemoteIssueLinkCreateOrUpdateRequest request,
ContextUriInfo contextUriInfo)
Creates or updates a remote issue link from a JSON representation.
|
javax.ws.rs.core.Response |
IssueResource.createOrUpdateRemoteIssueLink(String issueIdOrKey,
RemoteIssueLinkCreateOrUpdateRequest request)
Creates or updates a remote issue link from a JSON representation.
|
javax.ws.rs.core.Response |
RemoteIssueLinkResource.updateRemoteIssueLink(Issue issue,
String idString,
RemoteIssueLinkCreateOrUpdateRequest request)
Updates a remote issue link.
|
javax.ws.rs.core.Response |
IssueResource.updateRemoteIssueLink(String issueIdOrKey,
String linkId,
RemoteIssueLinkCreateOrUpdateRequest updateRequest)
Updates a remote issue link from a JSON representation.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.