Notification when admin add/change/delete group

Christian Masopust November 28, 2014

Is it possible to get/configure some kind of email notification when an admin creates, renames or removes a group from Jira?

How?

Thanks,
Christian 

2 answers

0 votes
Christian Masopust November 28, 2014

Hi Nic,

thanks for your quick answer!    Is there some example source about these hooking into JIRA available?

Thanks,
christian 

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 28, 2014

I'm not sure there's a lot on hacking the core of Jira around - you need the source code for a start! https://developer.atlassian.com/display/JIRADEV/JIRA+Plugin+Development is a good starting point - although I've said you'll need to hack the group-handling code, it may be possible to do it with a plugin. The principles in the plugin guide are a good starting point even if you can't do it in a plugin

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 28, 2014

There's nothing in JIRA that can do this - you'll need to hack the core group-handling code to fire events.  You could try to hook in the same way the audit-log functionality does as well.

Suggest an answer

Log in or Sign up to answer