Class ManagedIssueLinkTypesServiceImpl
java.lang.Object
com.atlassian.greenhopper.api.issuelinktype.ManagedIssueLinkTypesServiceImpl
- All Implemented Interfaces:
ManagedIssueLinkTypesService
public class ManagedIssueLinkTypesServiceImpl
extends Object
implements ManagedIssueLinkTypesService
Exposes managed issue link types
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.bc.ServiceOutcome
<com.atlassian.jira.issue.link.IssueLinkType> Get the epic issue system link type This issue link type connects epics to issues. epics to epics connections are currently not supported.
-
Constructor Details
-
ManagedIssueLinkTypesServiceImpl
public ManagedIssueLinkTypesServiceImpl()
-
-
Method Details
-
getEpicLinkIssueLinkType
public com.atlassian.jira.bc.ServiceOutcome<com.atlassian.jira.issue.link.IssueLinkType> getEpicLinkIssueLinkType()Description copied from interface:ManagedIssueLinkTypesService
Get the epic issue system link type This issue link type connects epics to issues. epics to epics connections are currently not supported. The source is always the epic, the destination the issue.- Specified by:
getEpicLinkIssueLinkType
in interfaceManagedIssueLinkTypesService
-