- Initial release
- Project JAVA version upgraded to 17, due to new dependencies. This caused the major version bump.
- Added optional analyser classes to allow for additional PR enrichment. For example with JIRA data.
- After PR exports creates a cross reference lookup document named childissues_to_epic.csv which can be used to determine work types for all tracked issues.
- Update the JQL statements to select 2024 issues only
export_sorted_by_mergedate.csv
andexport_sorted_by_mergedate
will only include distinct PR reviewers.export_sorted_by_mergedate.csv
andexport_sorted_by_mergedate
will exclude revert PRs by excluding PRs with the word 'revert' in the title.
- Update the JQL statements to select 2025 issues only