Interface IssueLink

All Superinterfaces:
WithId

public interface IssueLink extends WithId
  • Method Details

    • getIssueLinkTypeId

      Long getIssueLinkTypeId()
    • getIssueLinkType

      IssueLinkType getIssueLinkType()
    • getSourceIssueId

      Long getSourceIssueId()
    • getSourceIssue

      Issue getSourceIssue()
    • getTargetIssueId

      Long getTargetIssueId()
    • getTargetIssue

      Issue getTargetIssue()
    • getCreated

      LocalDateTime getCreated()