Hi, community!
I’m currently facing an issue with an automation that uses the Lookup Issues action in Jira Automation. My JQL query returns more than 100 issues, but I noticed that the component is limited to processing only the first 100 issues. As a result, some critical tasks are being left out.
I would like to know:
1. Is there a way to increase the default 100-issue limit within Jira Automation?
2. If not, what strategies can I use to work around this limitation? I’ve considered splitting the JQL query into subsets, but I’d love to hear if there are better approaches.
Thank you in advance for your help!
No, there is no way to change the 100 issues limit as that is from the REST API endpoint limit which rules use to implement actions.
What problem are you trying to solve by gathering that many issues? Knowing that may help the community to offer better suggestions.
Until we know that...for some strategies to workaround the limit, that depends upon what your rule is doing...
Kind regards,
Bill
The short answer is no, you cannot increase the 100 issue limitation, that is a hard limit. So your option is as you mentioned to reconfigure your JQL so it returns less then 100 issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm somewhat new to Jira Automation, but a generic approach you may want to apply is this:
The advantage of the label field is you could try this as soon as you finish reading my answer without having to add any new fields. And unlike other fields (like components or versions), you can use the same label value across all projects.
This is certainly a low-cost solution to test.
If you start off with 800 tickets, what I hear everyone saying is you can only do 100 at a time. Okay.... but this process removes 100 from the queue with each execution until you get them all.
Let me know if this works. Happy Automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Igor Fernandes
What is the use case for your automation rule?
Could you use a Scheduled rule instead? A Scheduled trigger can use a JQL that returns up to 1000 issues.
https://support.atlassian.com/cloud-automation/docs/automation-service-limits/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.