Forums

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

Notify a particular Jira user when new project is created

Ron Jacob
Contributor
May 23, 2018

Hi 

Is there any way Jira can notify a particular Jira user whenever  new project is created ?

1 answer

2 votes
Alexey Matveev
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.
May 23, 2018

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.

Suggest an answer

Log in or Sign up to answer