uScheduleMe / jira-resolver

Discord bot to take JIRA tickets mentioned inline on Discord and replies with the ticket link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jira-resolver

Project created with krait

A bot to extract mentioned JIRA tickets from discord messages and reply to the message with a link to the tickets mentioned.

At this time this is done by simply getting something that resembles the tickets and attaching it to the end of a URL that acts as the base for the tickets. This means that this bot does not attempt to verify that the link is a ticket that does, indeed, exist. That functionality might be added later on with the JIRA api.

Running the bot

First, add the required info in the .env file. You can see what variables are required in the .env.example file.

Then, run make build to build the docker image and make run to run it

About

Discord bot to take JIRA tickets mentioned inline on Discord and replies with the ticket link


Languages

Language:Python 55.1%Language:Makefile 38.1%Language:Dockerfile 5.9%Language:Shell 1.0%