com.atlassian.jira.issue.issuelink
Interface IssueLink


public interface IssueLink

Represents a link between two issues

Since:
v4.4

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

Method Detail

getSourceIssue

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

getDestinationIssue

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

getIssueLinkType

IssueLinkType getIssueLinkType()
Returns:
the type of link


Copyright © 2002-2011 Atlassian. All Rights Reserved.