issueNotes method

IssueNotesApi issueNotes(
  1. Issue issue
)

Get the IssueNotesApi for an issue.

This call doesn't do anything by itself, other than return the configured object. You can safely store the returned object and reuse it.

Implementation

IssueNotesApi issueNotes(Issue issue) => issueNotesByIid(issue.iid);