Fix pagination parameters for Jira issue list
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)