Appearance
Performance and Optimization FAQ
Why is Show Related Issues loading slowly?
Complex JQL queries or queries that return large numbers of issues can impact loading time. Try:
- Simplifying your JQL query
- Adding more restrictive filters (e.g., status, date ranges)
- Limiting the number of results by targeting fewer projects or issue types
How can I optimize my Issue Reference field?
To improve performance:
- Keep JQL queries specific and efficient
- Avoid very large result sets (thousands of issues)
- Use indexed fields in your JQL when possible
- Consider breaking into multiple, focused fields instead of one broad field
Are there any rate limits on Raledo apps?
Raledo apps work within Jira Cloud's standard API limits. Each user's queries are subject to Jira's rate limiting. If you're hitting limits, consider optimizing your queries or contacting our support team for recommendations.
