Interface ManagedIssueLinkTypesService
- All Known Implementing Classes:
ManagedIssueLinkTypesServiceImpl
@PublicApi
public interface ManagedIssueLinkTypesService
This service exposes issue link types managed by JIRA Agile.
Note: Under normal circumstances all methods should return a valid outcome.
A successful result is not guaranteed though, so always check the outcome for errors first.
- Since:
- 6.3.5
-
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.
-
Method Details
-
getEpicLinkIssueLinkType
com.atlassian.jira.bc.ServiceOutcome<com.atlassian.jira.issue.link.IssueLinkType> getEpicLinkIssueLinkType()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.
-