How to add notification when certain type of bugs are created?

Ruben Sadoyan January 30, 2014

Hi guys,

I would like to setup e-mail notification when a certain type of a bug (e.g. blocker and critical) is created or reported. How is this possible with Jira 6.0?

Thanks in advance,

Aquarius.

3 answers

1 accepted

0 votes
Answer accepted
Ruben Sadoyan January 30, 2014

I don't see script runner post function under workflow's Create issue step post functions list. How to enable that?

Thx.

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 30, 2014
0 votes
Ruben Sadoyan January 30, 2014

Thanks Tarun,

I am actually quite new to that. can you proviode a bit more steps, e.g. where in admintool I shall look at it? How I can set it up for let's say blocker and critical priority bugs.

Many thanks in advance..

Aquarius.

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 30, 2014

Use script runner post funciton on create transition -

"Fire an event when condition is true"

Condition can be issue.issueTypeObject.name == 'Bug'

and event can be selected and based on the event, notification can be sent

or event better use the

"Send an email based on the provided template if conditions are met"

Suggest an answer

Log in or Sign up to answer