-2

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
  • You've not provided any JS code that shows HOW you are getting the Issues; using which Jira API endpoints, what parameter values used and which Auth method etc. Commented Nov 23 at 22:36

1 Answer 1

-1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.