Could not send build information for more than 100 issues

Hi,
The Jira Cloud Builds API has a limit on the number of related issues in a request. If I send more than 100 issue keys, I get the error message errors ": [{" message ":" IssueKeys can contain no more than 100 elements. Found 102. "}]. I tried to split it into multiple queries with the same updateSequenceNumber, but to no avail. Jira only displays information from the first request in the group.
As I see from the source code of the Jenkins integration plugin (GitHub - jenkinsci/atlassian-jira-software-cloud-plugin: Atlassian Jira Software Cloud Plugin https://wiki.jenkins.io/display/JENKINS/Atlassian+Jira+Software+Cloud+Plugin), they simply ignore issues exceeding 100.
Is it going to be changed or do I something wrong?

Thank you