Skip to content

Releases: Chemaclass/JiraStatusNotifier

1.4.0

22 Nov 16:34
c9ad858
Compare
Choose a tag to compare

Some cleanup and minor improvements.

1.3.0

01 May 09:14
Compare
Choose a tag to compare

Changelog

  • Rename project from scrum-master to jira-status-notifier
  • Psalm added
  • Use "Jira AccountId" to do the mapping to slack ids, emails, and ignore users.
  • Improved documentation

1.2.0

26 Mar 17:37
27df0a7
Compare
Choose a tag to compare

Changelog

  • Create Cli Channel
  • Use Twig (customizable template-root directory) for email

Current channels

  • Cli (it does not send notifications))
  • Slack (it does send notifications)
  • Email (it does send notifications)

1.1.0

30 Nov 19:25
Compare
Choose a tag to compare

Changelog

  • Email notifications integrated with the Jira Board
  • Documentation (with examples) improved for the currently supported channels

Current channels to send notifications

  • Slack
  • Email

1.0.3

14 Nov 12:03
Compare
Choose a tag to compare

Slack notifications integrated with the Jira Board.

  • You are able to run bin/console to execute the SlackNotifierCommand using the .env variables already defined.
  • You are able to create in your app a new instance of SlackNotifierCommand in order to execute it with the arguments how and when you want.

This version supports only notifications via Slack.