I want to JQL to show records to more than 5000. How to do that?
Hi @Pinaz Raut !
I'm afraid the record limit can be hardcoded.
Try to split your JQLs into smaller queries. For example:
project = ABC AND issueKey < ABC-5000
project = ABC AND issueKey >= ABC-5000
Some details you can find here:
https://jira.atlassian.com/browse/JRACLOUD-85646
https://community.atlassian.com/forums/Jira-questions/JQL/qaq-p/2672541
Apparently there's a way of doing this is by using Jira RestAPI. https://community.atlassian.com/forums/Jira-questions/Return-more-than-5000-worklogs-for-a-given-issue/qaq-p/2215910
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.