Skip to content

kvarga/slackbotjira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

A slackbot plugin that queries the JIRA API for information about a ticket when mentioned in a channel.

Screenshot

Screenshot

Installation

  1. Setup slackbot
  2. pip install slackbotjira
  3. In slackbot_settings.py:
  • Add 'slackbotjira' to PLUGINS list
  • import os to use environment variables for JIRA user/pass
  • Configure Python Variables in slackbot_settings.py
    • JIRA_URL = '{JIRA URL}'
    • JIRA_AUTH = (os.environ['JIRA_USER'], os.environ['JIRA_PASS'])
    • JIRA_PROJECTS = ['SPT'] # JIRA Project Keys
  1. Configure Environment Variables for Authorization
  • JIRA_USER
  • JIRA_PASS

Contributors

kvarga

License

The MIT License (see LICENSE)