Interface IssueNotes

All Known Subinterfaces:
ModifiableIssueNotes

public interface IssueNotes
Represents a collection of IssueNote associated with an Issue
Since:
10.0.146
  • Method Details

    • getNotesCount

      int getNotesCount()
      Returns:
      the total number of all notes in the collection.
      Since:
      10.0.146
    • getNotes

      List<IssueNote> getNotes()
      Returns:
      all notes as List ordered by ascending date
      Since:
      10.0.146
    • getNotes

      List<IssueNote> getNotes(User user)
      Parameters:
      user - the user to filter the list of notes
      Returns:
      a List of notes matching the given user ordered by ascending date
      Since:
      10.0.146