It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I am a licensed user of JIRA.
I have followed the steps provided in the below link to setup JIRA plugin development environment.
https://developer.atlassian.com/display/DOCS/Set+up+the+Atlassian+Plugin+SDK+and+Build+a+Project
However, I am not able to understand how and where (in which file) do we define the entry point function of a plugin.
Any help would be highly appreciated.
Hi Deepak,
You can have multiple entry points in your plugin, depending on what you are trying to accomplish.
The Bundle Activator (as per OSGi spec) is called when your plugin starts up. Other than that, you may hook your plugin in one of the many places JIRA allows you to. (for example, see https://developer.atlassian.com/display/JIRADEV/Web+Fragments , but there are more). If you could tell us what you are trying to do, we might be able to help further.
HTH
Now i am creating a new JIRA Plugin,but having problem while defining the entry point. i don't understand where to start my code.Kindly help me by quick reply..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you're using the Atlassian SDK and ran atlas-create-jira-plugin, then you're ready to go. That's the structure.
Next you'll have to look into how would the user interact with it and that'll be the entry-point. See the link I gave you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should know that the heart of a plugin is the Atlassian plugin descriptor and it defines a set of plugin modules.
Each module type has its own entry point.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.