Someone is waiting for the notification that will be sent automatically.
- Observation how people from jira logging time.
You can observe how logging time some people from jira whose listed
.env
asJIRA_EMAILS_FOR_OBSERVATION
with comma separated.
- Send notification to slack channel.
If you want to ask them logging time then just click to
ask logging
. People which aren't overJIRA_THRESHOLD_HOURS
won't get notice.
System requirements:
- OSX 12.5.1 and higher
- GoLang 1.20 and higher
Build from the source:
git clone https://github.com/revilon1991/noty.git
cd noty
cp .env.dist .env
# here you should set your values of variables to .env
make
It's expected that Make was installed in your operating system.
- The
SLACK_TOKEN
generates by this instructions.- You make an application and install that to your workspace by above instractions after that you'll see token.
- You should provide next permissions:
chat:write
- Send messages as @YourNotyBotusers:read
- View people in a workspaceusers:read.email
- View email addresses of people in a workspace
- The
JIRA_API_TOKEN
generates here