About

Scrapes jira with a jql and posts the results to slack
  • 2
    Members
  • 0
    Followers
  • 1
    Branch
Owners
mbirky (mbirky)
Members
jan_van_uytven (Jan Van Uytven)mbirky (mbirky)
Followers
Branches
  • Main

Jira Notifier

TABLE OF CONTENTS

  • Introduction
  • Requirements
  • Recommended modules
  • Installation
  • Configuration

INTRODUCTION

This project was created to post Jira searches into Slack channels.

REQUIREMENTS

  • gem json

RECOMMENDED MODULES

  • cron

INSTALLATION

  • Download jira-notifier.rb and example.json into a folder

CONFIGURATION

  • Make a copy of example.json and fill in the fields with your information. Example file ideas:
    • hourly.json
    • daily.json
    • Weekly.json
  • The notifier can now be run by using the command './jira-notifier [yourfile.json]'
  • To extend functionality it is reccomended to set up recuring notifications by using cron.