Get JIRA notifications of your watched issues.
This implementations does not work with webhooks. The idea is to use it if you have no access to config that stuff 🙃
git clone https://github.com/Osuka42g/JiraNotifier
cd JiraNotifier
go get
cp .env.example .env
Open .env, fill it with your own data and save it.
go run main.go
Fork, branch, push, pull request.