Method: Dri::ApiClient#fetch_failure_notes
- Defined in:
- lib/dri/api_client.rb
#fetch_failure_notes(project_id, issue_iid) ⇒ Array<Gitlab::ObjectifiedHash>
Fetch failure notes
207 208 209 |
# File 'lib/dri/api_client.rb', line 207 def fetch_failure_notes(project_id, issue_iid) gitlab.issue_notes(project_id, issue_iid, per_page: 100).auto_paginate end |