Skip to content

Add "search" optional param and docs for V4

Oswaldo Ferreir requested to merge 30195-document-search-param-on-api into master

This adds an optional filter param for search on Issues V4 API while also updating the docs.

Notice that search is supported since V3 API (as we filter issues using IssuesFinder), but we had no Grape optional param or docs or tests for it.

What are the relevant issue numbers?

Closes #30195 (closed)

Merge request reports