Skip to content

aradyuk/jira_custom_notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Notification script which works with JIRA API:

Create list with overdue tasks and send to PM.

Requirements

ruby 2.3

apt-add-repository ppa:brightbox/ruby-ng
apt-get update && apt-get install ruby2.3 ruby2.3-dev -y

Gem list

pp jira-ruby dotenv mail colorize json

gem install $gem_name

Create ".env" in the root and add credentials data and settings:

#JIRA:
JIRA_URI=''
JIRA_USER=''
JIRA_PASS=''
#MAIL:
MAIL_USER=''
MAIL_PASS=''
MAIL_PORT=''
MAIL_ADDRESS=''

Add to crontab (example)

crontab -e
35 9 * * 1-5 /bin/bash -l -c "cd /$path_to_script && ./main.rb" >> /dev/null 2>&1

About

Custom notification using JIRA API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages