1.0.8 • Published 7 years ago

hubot-jira-links v1.0.8

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

hubot-jiralinks

Build Status npm version

hubot scipt that recognized jira issue numbers and respond with their urls

See src/jiralinks.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-jira-links --save

Then add hubot-jira-links to your external-scripts.json:

["hubot-jira-links"]

Configuration

Required:

  • HUBOT_JIRA_DOMAIN - domain when your jira instance lives (e.g. "example.atlassian.com")

Optional:

  • HUBOT_JIRA_PROJECTS - comma separated list of project prefixes (e.g. "AB,CD,EF")
  • HUBOT_JIRA_INSECURE - if this is set, urls will be prefixed by 'http' instead of 'https'.

If you don't set HUBOT_JIRA_PROJECTS, any pattern of a-zA-Z-#### will be linked

Sample Interaction

user >> jira-1234
hubot>> https://example.jira.com/browse/JIRA-1234

NPM Module

https://www.npmjs.com/package/hubot-jira-links

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago