class name for jira listener

Kota Sreenivasa Shravana Kumar June 2, 2013

I would like to get a notification from JIRA whenever an issue gets deleted. If I am right, this can be achieved through JIRA listeners.

What will be the class name to be used to achieve the same ?

2 answers

1 accepted

1 vote
Answer accepted
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.
June 2, 2013

You can also get it if you configure your project notification scheme to notify you. But if your need to get notified for every issue in the instance without configuring the project notification scheme, listeners is the way to go.

0 votes
Timothy
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.
June 2, 2013

Well.. You may not need to use a listener per se. What you need to do is to go into every Notification Scheme that you have and add yourself to the Issue Deleted event.

Suggest an answer

Log in or Sign up to answer