FHIR Chat · Reporting · JIRA/Confluence

Stream: JIRA/Confluence

Topic: Reporting


view this post on Zulip Jay Lyle (Dec 13 2019 at 14:26):

I need to analyze Jira content.
Desired: list of issues including WG, specification, status, date (& id or link to issue) that I can use to generate histograms on those dimensions and to drill into specific areas (to support Benefactor investment decisions.)

I should be able to use Search & Export to do this sort of thing in Excel, but export is capped.
This is for "Triaged":
Encountered a "403 - Forbidden" error while loading this page.
You are not allowed to get a result set of more than 1000 results. Current search returns 2896 results

Or I can filter down by workgroup or some other dimension and run the query many times. Is there another way?

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:31):

Hello Jay, how are you currently accessing these pulls? Through the UI on jira.hl7.org?

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:37):

If so, the easiest way to do what you described above (download in three sets and then concat) is to append &pager/start=1000 on second and &pager/start=2000 on third (and so forth) to the url that downloads your result set.

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:37):

Alternatively, there are some REST solutions...

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:38):

Since this is only 3 iterations that should work fairly well. If we run into something with 7k or more we'll want to use something else.

view this post on Zulip Jay Lyle (Dec 13 2019 at 14:50):

Thanks Josh. I'm using the "Export / CSV all fields" button on that page. A new window opens with the error message: it looks like the URL on that page is the query. I tried appending the &pager/start=1000 to the url on that page and it doesn't care. (It doesn't return the 1st 1000, either; it just complains.) I also tried start=0 and start=3000.

view this post on Zulip Jay Lyle (Dec 13 2019 at 14:51):

(that query returns 3048)

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:51):

Do you require it's in csv? Is XML workable for you?

view this post on Zulip Jay Lyle (Dec 13 2019 at 14:52):

I could probably parse xml.

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:55):

Give me just a few minutes Jay. I anticipate more people will need to do this in the future. I'm looking at add-ons that will allow CSV export as well.

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:59):

OK, so from the filter

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:59):

pasted image

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:59):

You should see "Exporter" button next to share

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:59):

Select this and then step through. Easy to use. Select CSV. Then Attachments/comments. Export. Download.

view this post on Zulip Joshua Procious (Dec 13 2019 at 14:59):

Let me know if you have issues with this!

view this post on Zulip Jay Lyle (Dec 13 2019 at 15:04):

Excellent; thanks. (XML didn't complain but choked.)

view this post on Zulip Joshua Procious (Dec 13 2019 at 15:05):

You're welcome! I saw the same response on XML. Those are ridiculous steps to export anyway.


Last updated: Apr 12 2022 at 19:14 UTC