Creating Project when plugin is installed in JIRA

We are creating new App using Forge and while installing the Plugin we need to create a project in Jira.
what is the event and how to handle it?

Hi @GokulnathG,

I think the Event you’re after is the Installation event

https://developer.atlassian.com/platform/forge/events-reference/life-cycle/

Your app can subscribe to one or more events via the manifest.yml file

Here’s an example tutorial for a jira app that responds to events - https://developer.atlassian.com/platform/forge/automate-jira-using-triggers/

I hope this is what you were after!
Let me know how you go.
Cheers!
Mel