mikebowler / jirametrics

A tool to extract data from Jira and either generate reports or export to CSV files
Apache License 2.0
34 stars 1 forks source link

Downloader: Pull all linked issues #5

Closed mikebowler closed 4 months ago

mikebowler commented 1 year ago

We currently only return the issues referenced in the boards filter query. We need to walk any links (issue_link, parent, epic_link, sub-tasks) and download those as well. They should be marked so that they don't get included in the reports directly though.

mikebowler commented 1 year ago

Parent and sub-tasks are done. Unclear exactly how to do links as Cloners will pull in far too big a map.