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.
Slack Connector for JIRA supports filters in project settings but I need to purchase the license.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.