|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.rest.v2.issue.LinkIssueResource
public class LinkIssueResource
The Link Issue Resource provides functionality to manage issue links.
Constructor Summary | |
---|---|
LinkIssueResource(ApplicationProperties applicationProperties,
ContextI18n i18n,
JiraAuthenticationContext authContext,
PermissionManager permissionManager,
IssueLinkManager issueLinkManager,
CommentService commentService,
ProjectRoleManager projectRoleManager,
IssueLinkTypeFinder issueLinkTypeFinder,
IssueFinder issueFinder,
IssueLinkService issueLinkService,
JiraBaseUrls jiraBaseUrls,
IssueService issueService)
|
Method Summary | |
---|---|
javax.ws.rs.core.Response |
deleteIssueLink(String linkId)
Deletes an issue link with the specified id. |
javax.ws.rs.core.Response |
getIssueLink(String linkId)
Returns an issue link with the specified id. |
javax.ws.rs.core.Response |
linkIssues(LinkIssueRequestJsonBean linkIssueRequestBean)
Creates an issue link between two issues. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkIssueResource(ApplicationProperties applicationProperties, ContextI18n i18n, JiraAuthenticationContext authContext, PermissionManager permissionManager, IssueLinkManager issueLinkManager, CommentService commentService, ProjectRoleManager projectRoleManager, IssueLinkTypeFinder issueLinkTypeFinder, IssueFinder issueFinder, IssueLinkService issueLinkService, JiraBaseUrls jiraBaseUrls, IssueService issueService)
Method Detail |
---|
public javax.ws.rs.core.Response linkIssues(LinkIssueRequestJsonBean linkIssueRequestBean)
linkIssueRequestBean
- contains all information about the link relationship. Which issues to link, which issue link type to use and
and an optional comment that will be added to the first issue.
public javax.ws.rs.core.Response getIssueLink(String linkId)
linkId
- the issue link id.public javax.ws.rs.core.Response deleteIssueLink(String linkId)
linkId
- the issue link id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |