Skip to content

Fix pagination parameters for Jira issue list

Arturo Herrero requested to merge 225811-fix-default-pagination-parameters into master

What does this MR do?

After !36253 (merged), we noticed that no Jira issue was shown on the page. This is happening because when no parameter was used the default values were 0 after casting.

This is fixing that providing the right default options for the pagination.

Related to #225811 (closed)

Merge request reports