All Projects → esigler → Lita Jira

esigler / Lita Jira

Licence: mit
A JIRA plugin for Lita

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Lita Jira

Jira
Dockerized Atlassian Jira
Stars: ✭ 346 (+2206.67%)
Mutual labels:  jira
Slacker
Slack Bot Framework
Stars: ✭ 495 (+3200%)
Mutual labels:  chatops
Botkube
An app that helps you monitor your Kubernetes cluster, debug critical deployments & gives recommendations for standard practices
Stars: ✭ 804 (+5260%)
Mutual labels:  chatops
Webhook2telegram
🤖 A simple bot to translate JSON HTTP requests into Telegram push messages
Stars: ✭ 357 (+2280%)
Mutual labels:  chatops
Codestream
The Code Collaboration Tool Built for Remote Teams
Stars: ✭ 459 (+2960%)
Mutual labels:  jira
Opsdroid
🤖 An open source chat-ops bot framework
Stars: ✭ 563 (+3653.33%)
Mutual labels:  chatops
Yetibot
🤖 Extreme chatops bot for Slack and IRC 🔧 New contributors welcome 🏗
Stars: ✭ 311 (+1973.33%)
Mutual labels:  chatops
Lita Dig
A DNS record lookup plugin for Lita
Stars: ✭ 11 (-26.67%)
Mutual labels:  chatops
Alertmanager Bot
Bot for Prometheus' Alertmanager
Stars: ✭ 473 (+3053.33%)
Mutual labels:  chatops
Terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Stars: ✭ 713 (+4653.33%)
Mutual labels:  jira
Php Jira Rest Client
PHP classes interact Jira with the REST API.
Stars: ✭ 394 (+2526.67%)
Mutual labels:  jira
St2
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html. Questions? https://…
Stars: ✭ 4,600 (+30566.67%)
Mutual labels:  chatops
Atlassian Python Api
Atlassian Python REST API wrapper
Stars: ✭ 564 (+3660%)
Mutual labels:  jira
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+29933.33%)
Mutual labels:  jira
Lita Travis
A Lita handler for receiving notifications from Travis CI.
Stars: ✭ 6 (-60%)
Mutual labels:  chatops
Fix8
Modern open source C++ FIX framework featuring complete schema customisation, high performance and fast development.
Stars: ✭ 319 (+2026.67%)
Mutual labels:  jira
Docker Atlassian Jira
Atlassian JIRA Core wrapped in a Docker image
Stars: ✭ 553 (+3586.67%)
Mutual labels:  jira
Go Jira
Go client library for Atlassian Jira
Stars: ✭ 871 (+5706.67%)
Mutual labels:  jira
Awesome Wm Widgets
Widgets for Awesome Window Manager
Stars: ✭ 856 (+5606.67%)
Mutual labels:  jira
Awesome Chatops
🤖 A collection of awesome things about ChatOps – managing operations through a chat
Stars: ✭ 648 (+4220%)
Mutual labels:  chatops

lita-jira

Build Status MIT License RubyGems :: RMuh Gem Version Code Climate Gemnasium

A JIRA plugin for Lita.

Installation

Add lita-jira to your Lita instance's Gemfile:

gem "lita-jira"

Configuration

Add the following variables to your lita config file:

config.handlers.jira.username = 'your_jira_username'
config.handlers.jira.password = 'a_password'
config.handlers.jira.site     = 'https://your.jira.instance.example.com/'

Optional attributes

  • context (string) - If your instance is in a /subdirectory, put that here. Default: ''
  • format (string) - You can select a compact one line issue summary by setting this parameter to one-line. Default: verbose
  • ambient (boolean) - When set to true, Lita will show JIRA issue details when a JIRA issue key is mentioned in chat, outside the context of a command. Default: false
  • ignore (array) - Prevent ambient JIRA issue detection in certain users' messages. Accepts user names, mention names, and IDs. Default: []
  • rooms (array) - Limit ambient JIRA issue detection to a certain list of rooms. If unspecified, the bot will respond to detected issues in all rooms.
  • use_ssl (boolean) - When set to true, an SSL connection will be used to JIRA. Set to false if you run JIRA over plain http.
config.handlers.jira.context = '/myjira'
config.handlers.jira.format = 'one-line'
config.handlers.jira.ambient = true
config.handlers.jira.ignore = ['Jira', 'Github', 'U1234']
config.handlers.jira.rooms = ['devtools', 'engineering']
config.handlers.jira.use_ssl = false

Usage

Shortcuts

todo <project> "<subject>" ["<summary>"] - Creates an issue in <project> with <subject> and optionally <summary>
jira <issue>                             - Shows a short summary <issue>
jira details <issue>                     - Shows all details about <issue>
jira comment on <issue> <comment text>   - Adds <comment text> to <issue>
jira myissues                            - Displays a list of issues assigned to identified user

Misc

jira identify <email address> - Associate your chat user with your email address
jira forget                   - Remove your chat user / email association
jira whoami                   - Show your chat user / email association

CHANGELOG

CHANGELOG

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].