Skip to content

Hubot script that detects JIRA issue keys in messages, fetch corresponding details and display them

Notifications You must be signed in to change notification settings

AirVantage/hubot-jira-issue-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-jira-issue-fetcher

Hubot script that detects JIRA issue keys in messages, fetch corresponding details and display them

Build Status

Usage

Requires the following environment variables to be set:

  • JIRA_HOST
    • e.g: issues.sierrawireless.com
  • JIRA_PROJECTS_KEYS
    • e.g: PLTFRS,OPE
  • JIRA_USER
  • JIRA_PWD

Features

It will ignore messages posted by other bots/apps

Light display

When invited in a channel, hubot detects JIRA issue keys, fetch corresponding details and display a minimal version of the details:

  • Key (link)
  • Status
  • Summary

Detailed display

When talking directly to or mentioning hubot in message channel, will result in hubot providing more information regarding the issue(s):

  • Assignee (name + avatar)
  • Key + Summary (link)
  • Description
  • Status

About

Hubot script that detects JIRA issue keys in messages, fetch corresponding details and display them

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published