Skip to content

Add pagination to the issue notes api call to growth refinement plugin

Roy Liu requested to merge add-pagination-growth-refinement-plugin into master

What does this MR do and why?

Without pagination to the notes api call, the default number of notes we can get is 20. Sometimes we have more than 20 notes created after the refinement thread, that causes the plugin to miss it due to not getting the refinement thread in the response at all.

Expected impact & dry-runs

These are strongly recommended to assist reviewers and reduce the time to merge your change.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-policies-with-a-dry-run on how to perform dry-runs for new policies.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/blob/master/doc/reactive/best_practices.md#use-the-sandbox-to-test-new-processors on how to make sure a new processor can be tested.

Action items

Edited by Roy Liu

Merge request reports