Our Boomi integration that consumes the Jira REST API endpoint /rest/api/3/search/jql intermittently fails with the following error response:
{
"errorMessages": [
"The provided next page token is invalid or expired."
],
"errors": {}
}
Observed Behavior
The issue occurs randomly during pagination when calling the enhanced JQL search API.
Boomi retries the request with the same nextPageToken value but the API responds with HTTP 400.
Other times, pagination completes successfully without errors.
Error Context
Boomi HTTP Client Connector (GET to Jira Cloud)