GithubHelp home page GithubHelp logo

derekslager / supybot-jira Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rm-you/supybot-jira

0.0 2.0 0.0 111 KB

Jira REST API issue snarfer plugin for supybot

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

supybot-jira's Introduction

supybot-jira

Jira REST API issue snarfer plugin for supybot / Limnoria.
There also exists a similarly named project by zhangsen, but it appears to be unmaintained for the last year, and uses the now unsupported SOAP API.

Requirements:

pip install jira-python<br />

Installation:

Clone this repository into your supybot plugins directory as "Jira".

Configuration:

You will need to configure the following:

supybot.plugins.Jira.server     = The server name of your Jira instance. (ex: "https://jira.mysite.com")
supybot.plugins.Jira.user       = A username on the Jira instance. (ex: "project-bot")
supybot.plugins.Jira.password   = The password for the configured username.
supybot.plugins.Jira.verifySSL  = If your domain's SSL certificate is invalid, this must be set to false.
supybot.plugins.Jira.template   = The output format used when the plugin replies to queries - fairly limited right now.
supybot.plugins.Jira.snarfRegex = The regular expression used for snarfing Jira issues in chat. The whole of this
                                    expression is what the plugin will use to look up your issue in Jira. 
                                    When setting this from within IRC, you will probably need to use double-quotes 
                                    or the bot will fail to handle your input. (ex: "JRA-[0-9]+")

Usage:

Right now, the bot is a simple snarfer. Just say anything that includes a valid issue key, and it will attempt a lookup and respond with some basic information.

The default output looks like this:

<user> I've just finished up with JRA-123 and moved the code to our Testing environment.
<supybot> (Story JRA-123) Add Pagination [ Philip Fry ] Ready For Test https://jira.mysite.com/browse/JRA-123

Planned features:

Better, more customizable response patterns.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.