Sending notification based on Labels

Joel Levin October 23, 2013

Hello,

I'd love to know if there is a way to automatically send out an email when a Label is applied to an issue, whether it be at creation time, or editing time.

I tried to follow this:

https://confluence.atlassian.com/display/JIRA/Creating+a+Notification+Scheme

But nowhere does it say how to set up a notification for a "Label added" event.

2 answers

1 vote
Renjith Pillai
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.
October 23, 2013

There is no direct feature in JIRA which can do this. The possible solutions I can see are:

Use the issueFunction jql from Script Runner to add an additional condition for the JQL for a filter which can check if there are label changes during last x hours/days. Add a subscription for the filter for x hours/days to notify you.

https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions

0 votes
hazarath Darapaneni November 7, 2013

Hi , we are not seeing any function to check changes for x hours/days. Can you please let us know, how did u enable this

Suggest an answer

Log in or Sign up to answer