Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

45 lines (36 loc) · 1.74 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.3.0 - 2015-06-21

Added

  • Fully customized response of the JIRA issue via templates. See the extensive documentation on how to customize the formatting. Huge thanks to @hickey for the contribution.

0.2.3 - 2015-04-29

Added

  • Optional TTL feature for silencing the same JIRA for a period of time. Thanks to @johntdyer for the contribution.

0.2.2 - 2015-04-11

Added

  • A mechanism to ignore a list of users. Thanks to @jlambert121 for contributing.

0.2.1 - 2014-11-20

Fixes

  • Display mentioned JIRA issue only once, not each time the issue is mentioned.

0.2.0 - 2014-10-30

Changed

  • Upgrade to Lita 4, handler will only work with Lita 4 from this version on.

0.1.0 - 2014-10-30

Added

  • Initial release. Handler to output JIRA issue information when a JIRA key is mentioned.
  • This plugin is inspired by the Hubot jira-issue plugin