I need to fetch all the issues present in the project using the Jira APIs with some specific fields. Is there a way to do so without hitting the rate limit? It should be Hierarchical up to level 3 [Epic -> story -> test ], I mean to say stories under a epic should be shown under that Epic then the tests related to that story under that story.
1 Answer
It's difficult to answer your question, as it's asking about two different things at the same time.
Jira's rate limits are calculated as a 'cost', based on activity over time for a particular access method based on the authentication type, so its a quantitive measure, which has nothing to do with getting Issues in any particular hierarchy order or depth.