Method: Gitlab::Client::Notes#epic_notes
- Defined in:
- lib/gitlab/client/notes.rb
permalink #epic_notes(group, epic, options = {}) ⇒ Array<Gitlab::ObjectifiedHash>
Gets a list of notes for an epic.
73 74 75 |
# File 'lib/gitlab/client/notes.rb', line 73 def epic_notes(group, epic, = {}) get("/groups/#{url_encode group}/epics/#{epic}/notes", query: ) end |