Our enterprise-scaled Jira instance has a significantly large number of admins that have the ability to add custom fields. We're not currently in a position to restrict such access, but we need to enforce best-practices on custom field creation. Is there a method, possibly through Jira Automation, with which we can alert our Senior Admins whenever a custom field is added or updated?
Hello @Meade Swenson
I'm not sure you can do it out of the box, but I know the app ScriptRunner has built-in listener that you can fire on the custom field created event and send out an email.
*Not affiliated with adaptavist, just a happy customer.
As @Tim Perrault mentioned, this is possible with ScriptRunner. You can create a listener that sends emails for non-issue events here:
In the event field, you have the option to choose CustomFieldCreateEvent or CustomFieldUpdatedEvent as you can see here:
And then at the bottom, you can configure either specific users or user groups to be notified, with a custom email:
I hope this helps!
Kind regards,
Bobby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.