Hi
Is there any way Jira can notify a particular Jira user whenever new project is created ?
You can not do it out of the box.
But you can develop a listener, which would catch the ProjectCreatedEvent and notify required users. You could develop the listener in your plugin or you could use the ScriptRunner plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.