A JIRA bot for doing various moderation tasks on Mojang's bug tracker Mojira.
Arisa's bug tracker profile
·
Report Bug
·
Request Feature
Arisa is a Bot account on Mojira, Mojang's bug tracker. Its purpose is to run various checks on tickets and execute automated tasks. For instance, it automatically analyzes newly posted tickets and automatically resolves them in case the game is modified.
Arisa was originally written in Ruby by Synchunk, a now retired Mojira moderator. Later, Arisa was rewritten in JavaScript by Mustek. This Kotlin version of Arisa was written by urielsalis.
If you want to tinker around with the project on your local PC, you can simply go ahead, clone the project and build it with Gradle.
git clone https://github.com/mojira/arisa-kt.git
./gradlew clean build
To run the bot with the default configuration, you need to run the following command:
./gradlew build installDist
./build/install/arisa-kt/bin/arisa-kt
In order to configure Arisa, create a local.yml
file inside the config
folder.
There you can set all your credentials and overwrite any configs in config.yml
for debugging purposes.
There are also some specific debug configs, you can find their documentation in the ArisaConfig.kt
file.
This project depends on the following projects, thanks to every developer who makes their code open-source! ❤️
- Kotlin
- Arrow
- jira-client by rcarz
- logback-discord-appender by napstr
- mc-crash-lib
- Apache Commons Imaging
Language detection powered by Dandelion API.
You're very welcome to contribute to this project! Please note that this project
uses ktlint to ensure consistent code.
It runs with ./gradlew clean build
, but you can also run it independently using ./gradlew ktlintCheck
.
Please head over to bugs.mojang.com, search whether your bug is already reported and if not, create an account and click the red "Create" button on the top of the page.
Distributed under the GNU General Public License v3.0. See LICENSE.md
for more information.