I am developing a plugin which will be shown as a new menu link just after JIRA Agile. It is going to be a full fledged plugin with it's own functionality. I am confused with the selection of modules I need to embed into my plugin. For example which are modules used by JIRA Agile.
Hi @alok singh,
here is a good start (which I think you already found):
JIRA Plugin Development
You can download the JIRA Agile Plugin and look into the atlassian-plugin.xml to see which plugin modules are used. (A *.jar File can be extracted with many zip-Tools)
Thanks Paul, I searched through the atlassian-plugin.xml but could not find all the modules. In the meantime I am starting with WebItemPlugin Module to add a menu link. Is it possible to add more modules in the same project later?
It would be helpful, if you could write your usecases to decide which module is the one you're looking for. There are several module types for the same problem. It is always a good start to analyse other plugins and see what modules they use.
And yes, it is possible to add modules later.
It looks like you're new here. Sign in or register to get started.