com.atlassian.jira.issue.issuelink
Interface IssueLink


Deprecated. Use IssueLink instead. Since v5.0.

@PublicApi
public interface IssueLink

Represents a link between two issues

Since:
v4.4

Method Summary
 Issue getDestinationIssue()
          Deprecated.  
 IssueLinkType getIssueLinkType()
          Deprecated.  
 Issue getSourceIssue()
          Deprecated.  
 

Method Detail

getSourceIssue

Issue getSourceIssue()
Deprecated. 
Returns:
the source issue that is the issue that the link goes from

getDestinationIssue

Issue getDestinationIssue()
Deprecated. 
Returns:
the destination issue, that is the issue that the link goes to

getIssueLinkType

IssueLinkType getIssueLinkType()
Deprecated. 
Returns:
the type of link


Copyright © 2002-2013 Atlassian. All Rights Reserved.