Interface IssueInfo

All Superinterfaces:
IssueKey, WithId
All Known Subinterfaces:
Issue, MutableIssue

public interface IssueInfo extends IssueKey, WithId
  • Method Details

    • getSummary

      String getSummary()
    • getIssueType

      IssueType getIssueType()
    • getIssueTypeId

      Long getIssueTypeId()
    • getStatus

      Status getStatus()
    • getPriority

      Priority getPriority()
    • getPriorityId

      Long getPriorityId()