Skip to content

Releases: shaunburdick/slack-jirabot

Adding support for threads

31 Jan 13:05
Compare
Choose a tag to compare

Updated botkit library to add support for threads

Footer

29 May 14:58
Compare
Choose a tag to compare

Added new footer to response

Moved JIRA formatting to external library

22 May 15:38
Compare
Choose a tag to compare

Moved JIRA formatting to external library

Direct Mention gets full format

18 May 04:01
Compare
Choose a tag to compare

When a user directly mentions your bot, it will use the full format regardless of global setting.
ex. @bot FOO-123

Bugfix: Stikethrough matching

17 May 19:47
Compare
Choose a tag to compare

Added 'm' to regex to support multiline.

Bugfix: Dashed UL and better Strikethrough

17 May 19:25
Compare
Choose a tag to compare

Fixes for #16 by adding support for dashed unordered lists
I also fixed a bug in Strikethrough formatting that was making it too greedy

Support for JIRA formatting

22 Apr 13:37
Compare
Choose a tag to compare

Added translations to convert JIRA formatting to Slack where supported.

Library Migration

26 Mar 16:35
Compare
Choose a tag to compare

Migrating Node JIRA library to a more updated version.

Converted regex to string for docker consistency

03 Feb 16:47
Compare
Choose a tag to compare

Updated the regex value to use a string instead of raw regexp for docker consistency

Bugfix with Jira Lib

03 Feb 15:40
Compare
Choose a tag to compare

They haven't updated the NPM version of node-jira, so I need to revert back to my fork