GithubHelp home page GithubHelp logo

lita-jira's Introduction

lita-jira

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

JIRA (https://www.atlassian.com/software/jira) handler for creating, updating issues.

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/'
config.handlers.jira.context  = '' # If your instance is in a /subdirectory, put that here

Usage

Shortcuts

todo <summary> - Creates an issue with your default priority and project settings, assigned to yourself

Issues

jira issue assignee <issue ID>                 - Shows assignee of <issue ID>
jira issue assignee <issue ID> <email address> - Sets <email address> as the assignee
jira issue attachments <issue ID>              - Shows all attachments for <issue ID>
jira issue attachments <issue ID> <URL>        - Adds <URL> as an attachment on <issue ID>
jira issue comments <issue ID>                 - Shows all comments for <issue ID>
jira issue comments <issue ID> <text>          - Adds <text> as a comment on <issue ID>
jira issue details <issue ID>                  - Shows all details for <issue ID>
jira issue issuetype <issue ID>                - Shows the Issue Type of <issue ID>
jira issue issuetype <issue ID> <issuetype ID> - Sets the Issue Type of <issue ID> to <issuetype ID>
jira issue new <project ID> <args>             - Creates a new issue in <project ID> with <args> (args is any name:"value" pair, such as summary:"Some text")
jira issue notify <issue ID>                   - Shows who is notified when <issue ID> is changed
jira issue notify <issue ID> <email address>   - Adds <email address> to notification list for <issue ID>
jira issue priority <issue ID>                 - Shows priority of <issue ID>
jira issue priority <issue ID> <new priority>  - Sets <new priority> of <issue ID>
jira issue summary <issue ID>                  - Shows summary of <issue ID>
jira issue summary <issue ID> <text>           - Sets summary of <issue ID> to <text>
jira issue watchers <issue ID>                 - Shows watchers of <issue ID>
jira issue watchers <issue ID> <email address> - Adds <email address> to watchers list for <issue ID>

Issue Types

jira issuetype list <project ID> - List all issuetypes for <project ID>

Search

jira search "<text>"              - Search for <text> across all of JIRA
jira search <project ID> "<text>" - Search for <text> within the scope of <project ID>

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
jira default project <project ID> - Set your default project ID to <project ID>
jira default priority <priority>  - Set your default priority to <priority>

License

MIT

lita-jira's People

Contributors

esigler avatar apsoto avatar

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.