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.
🚧 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/166Future work
Checklist
docs
folder