# OH-JIRA-0404

### Description

When you encounter error OH-JIRA-0404, then following error message will appear:\
**OH-JIRA-0404**: Error occurred while requesting URL `<<URL>>`. Response received from server is Maximum results per request exceeded. Please paginate your request or contact you Jira Administrator. The current maximum is `<<page size>>`.

### Cause

* This error can be encounter when the user has configured the integration of the Jira\[Xray] Test Execution entity and is trying to synchronize the Test linkage for the Test Execution.
* This error is caused when the page size in the [Jira Xray settings](https://docs.getxray.app/display/XRAY/Miscellaneous#Miscellaneous-Maxresultsperrequest) is set to be less than 100.
* As the API call to get Tests linked to a Test Execution is a paginated request, <code class="expression">space.vars.SITENAME</code> expects the API page size in the URL to be at least 100.

### Solution

Please ensure that the page size in the [Jira Xray settings](https://docs.getxray.app/display/XRAY/Miscellaneous#Miscellaneous-Maxresultsperrequest) is 100 or more as <code class="expression">space.vars.SITENAME</code> expects the page size to be at least 100.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opstech.gitbook.io/opstech-docs/7.223/help-center-index/troubleshooting-index/errors-index/jira-error-solutions/oh-jira-0404.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
