Skip to content

Update epics index JSON response

Jan Provaznik requested to merge ee-epics-json into master

What does this MR do?

Update epics index JSON response

For JSON requests epics index page returns a JSON array of epics. This will be used on epic roadmap page (#3559 (closed)). Pagination is disabled in this case - it's not supported for the first iteration on roadmap page.

Until now JSON response for epics index action returned an HTML list of epics but it was not used anywhere in our code.

Changelog entry is not needed as this JSON response was not used anywhere yet.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#3559 (closed)

Edited by Jan Provaznik

Merge request reports