Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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-
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.
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-
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.
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