Each group by label in a project notifies to each of Slack channel

HEESEOK CHONG December 5, 2017

First of all, I am not an Jira expert and might misunderstand Slack integration feature in Jira.

As I understand, all issue types in a project can notify to a Slack channel. but I would like to make some groups by issue labels in a project and the each of groups notify to specified Slack channels.

Please let me know how to configure in project settings if possible.

1 answer

0 votes
HEESEOK CHONG December 6, 2017

Slack Connector for JIRA supports filters in project settings but I need to purchase the license.

Christian Reichert (resolution)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 6, 2017

Hi!

The original slack connector should work for this - see:

https://get.slack.help/hc/en-us/articles/218475657-Post-JIRA-updates-to-Slack#jira-server-alerts-1

It actually supports the use of JQL, which is the Jira Query Language and here you can actually write something like this would filter to:

labels in (feedback, presales)

-> All Issues that have the Label feedback OR presales OR both

labels = feedback and labels = presales 

-> All Issues that have the Label feedback AND presales

Here is some more info on JQL: https://confluence.atlassian.com/jiracore/blog/2015/07/search-jira-like-a-boss-with-jql

 


Cheers,
Christian

Suggest an answer

Log in or Sign up to answer