issueNotes method
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);