Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Master-Ticket Notifications

Dave_Harrington
Contributor
April 23, 2019

I have a Master-Ticket that has a small set of Watchers.  

Is there a way to set a notification (maybe post function) on the Sub-Tasks that will send a notification to the Master-Ticket watchers?

2 answers

1 accepted

0 votes
Answer accepted
PD Sheehan
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.
April 23, 2019

With vanilla jira installation, what you are asking is not possible.

Notifications are triggered by events. When an event is triggered on a sub-task, there is no event associated with the parent ticket.

If the watchers of the parent ticket are not also watchers of the sub-task, you can't use the built-in notification system to notify them.

There is also no way to automatically inherit watchers. This goes against the philosophy that watching is a user-initiated thing.

Now, like you suggested, they might be some post function options, but they would all require some third party app. For example, scriptrunner has a Send custom email post function. But you would need to obtain the parent ticket watchers via some scripting.

0 votes
Christopher Rios April 23, 2019

Hi Dave,

Not sure if this will help but you can create a rule from the delivered automation that will 'Alert User'. You can alert multiple users.

Also you can set up your notification scheme to notify all watchers when an issue is:

  • Created
  • Updated
  • Assigned
  • Resolved
  • Closed
  • Commented
  • Issue Reopened
  • Etc.

What do you want to notify the watchers of?

Best,

Chris

Suggest an answer

Log in or Sign up to answer