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

Add module for adding message when user selects legacy launcher version #737

Closed Marcono1234 closed 3 years ago

Marcono1234 commented 3 years ago

🚧 Depends on https://github.com/mojira/helper-messages/pull/166

Purpose

In most cases the legacy launcher version is erroneously selected. The message tells the user to verify that they are actually using the legacy launcher.

Approach

Adds AffectedVersionMessageModule which adds a message comment if a specific version is marked as affected. The module is configured using a map from Jira version ID to message key.

The config.yml contains a mapping entry for "1.6.93 (legacy)" to the message added by https://github.com/mojira/helper-messages/pull/166

Future work

Checklist