Ok, so for the dashboard I'm building in google sheets with the "Jira for Google Sheets" extension, I need to pull a lot of data on subtasks, as well as their parent tickets.
Using the standard extension method, I can pull all the subtasks in a single pull because their descriptions all start with the same line. So I can just pull any ticket that matches that condition and I'm set.
Where things get complicated is in pulling the relevant data from their parents. Those have no unique identifying marker I can use, so as far as I can tell that means I'd have to do individual queries for each individual one. I know this can be done with the =Jira() command directly in a cell, but the problem I then run into is that I have to do hundreds of these, which immediately fall apart due to rate limiting. This is the message I get in every cell: "User is rate limited, please try again after some time."
I've tried looking up a way to remove this limit online, but so far have had no luck. Does anyone know how that might be accomplished? Or alternatively, another way to get to this data?
Hi @rvermette
welcome to the community!
Independently of the Google Sheets extension, loading the parent tasks for a known set of children is always tricky in Jira; JQL just doesn't support this very well.
One thing you could consider is to use one of the hierarchy-focused apps in the Atlassian Marketplace, let them build the issue hierarchy, and - if still needed - export data from there.
Just to play this through for the app that my team is working on, JXL for Jira:
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing and inline-editing any issue field, plus it supports various kinds of issue hierarchies. So what you could do is:
This is how step 2 looks in action:
As said, I can only speak for JXL, but there's other apps in the Marketplace that can do similar things. I'd recommend trying some (there's always a 1 month free trial, and some apps may be free forever) and see which one works best for you.
Hope this helps,
Best,
Hannes | https://jxl.app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.