mojira / arisa-kt

:robot::sparkles: Run checks and perform automated tasks in Mojira
https://bugs.mojang.com
GNU General Public License v3.0
10 stars 6 forks source link

Don't transfer launcher legacy version to duplicated report #736

Closed Marcono1234 closed 3 years ago

Marcono1234 commented 3 years ago

Purpose

In most cases launcher legacy version was selected erroneously by user, so it should not be transferred to the duplicated report. This was originally raised by @dericksonmark.

Approach

Support specifying a list of Jira version IDs for TransferVersionsModule which should not be transferred. The config.yml currently only contains the version ID of MCL version "1.6.93 (legacy)".

@dericksonmark proposed adding a ARISA_IGNORE_VERSION <version> tag which can be added to a report to prevent Arisa from transferring that version. However, that might be a bit cumbersome especially since a large amount (or nearly all) reports with "1.6.93 (legacy)" have selected it erroneously.

Checklist